Html Css Color HEX #D02492 Medium Violet Red

📋 copy color: '#D02492'

red 208 ◦ green 36 ◦ blue 146

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

Shades of Medium Violet Red #D02492

Tints of Medium Violet Red #D02492

RGB

 RED value IS 208 (81.64% from 255) = 53.33%

 GREEN value IS 36 (14.45% from 255) = 9.23%

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 53.33%
G = 9.23%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D02492 (or 0xD02492) is known color: Medium Violet Red. HEX triplet: D0, 24 and 92. RGB value is (208,36,146). Sum of RGB (Red+Green+Blue) = 208+36+146=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D02492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02492 is #2FDB6D. Grayscale: #636363. Windows color (decimal): -3136366 or 9577680. OLE color: 9577680.

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

Color convert

RGB 208 36 146 -
CMYK 0 0.83 0.30 0.18
HSL 321.63º 0.7% 0.48% -
HSV(B) 321.63º 0.83% 0.82% -
XYZ 31.83 16.75 28.75 -
YUV 99.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 208 36 146 0 0.83 0.30 0.18 321.63 0.7 0.48
Hex D0 24 92 0 53 1E 12 142 46 30
Octal 320 44 222 0 123 36 22 502 106 60
Binary 11010000 100100 10010010 0 1010011 11110 10010 101000010 1000110 110000

Color Harmonies of #D02492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02492

Black with #D02492

Text Example


Text Example

White with #D02492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02492; }

 p { color: rgb(208,36,146); }

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

background-color css

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

 a { background-color: rgb(208,36,146); }

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

border-color css

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

 span { border-color: rgb(208,36,146); }

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