Html Css Color HEX #D20293 Medium Violet Red

📋 copy color: '#D20293'

red 210 ◦ green 2 ◦ blue 147

#D20293
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D20293

Tints of Medium Violet Red #D20293

RGB

 RED value IS 210 (82.42% from 255) = 58.5%

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 58.5%
G = 0.56%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D20293 (or 0xD20293) is known color: Medium Violet Red. HEX triplet: D2, 02 and 93. RGB value is (210,2,147). Sum of RGB (Red+Green+Blue) = 210+2+147=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D20293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20293 is #2DFD6C. Grayscale: #505050. Windows color (decimal): -3013997 or 9634514. OLE color: 9634514.

HSL color Cylindrical-coordinate representation of color #D20293: hue angle of 318.17º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20293 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 147 -
CMYK 0 0.99 0.30 0.18
HSL 318.17º 0.98% 0.42% -
HSV(B) 318.17º 0.99% 0.82% -
XYZ 31.87 15.85 28.98 -
YUV 80.72 165.41 220.21 -
System Red Green Blue C M Y K H S L
Decimal 210 2 147 0 0.99 0.30 0.18 318.17 0.98 0.42
Hex D2 2 93 0 63 1E 12 13E 62 2A
Octal 322 2 223 0 143 36 22 476 142 52
Binary 11010010 10 10010011 0 1100011 11110 10010 100111110 1100010 101010

Color Harmonies of #D20293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20293

Black with #D20293

Text Example


Text Example

White with #D20293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20293; }

 p { color: rgb(210,2,147); }

 H1.HeaderClassName
 {
   color: #D20293;
 }
 .AnyTagClassName
 {
   color: #D20293;
 }
</style>

background-color css

<style>
 a { background-color: #D20293; }

 a { background-color: rgb(210,2,147); }

 div.DivClassName
 {
   background-color: #D20293;
 }
 .BgClassName
 {
   background-color: #D20293;
 }
</style>

border-color css

<style>
 span { border-color: #D20293; }

 span { border-color: rgb(210,2,147); }

 td.TdClassName
 {
   border-color: #D20293;
 }
 .TagClassName
 {
   border-color: #D20293;
 }
</style>