Html Css Color HEX #D02499 Medium Violet Red

📋 copy color: '#D02499'

red 208 ◦ green 36 ◦ blue 153

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

Shades of Medium Violet Red #D02499

Tints of Medium Violet Red #D02499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 52.39%
G = 9.07%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D02499 (or 0xD02499) is known color: Medium Violet Red. HEX triplet: D0, 24 and 99. RGB value is (208,36,153). Sum of RGB (Red+Green+Blue) = 208+36+153=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D02499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02499 is #2FDB66. Grayscale: #646464. Windows color (decimal): -3136359 or 10036432. OLE color: 10036432.

HSL color Cylindrical-coordinate representation of color #D02499: hue angle of 319.19º 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 #D02499 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 153 -
CMYK 0 0.83 0.26 0.18
HSL 319.19º 0.7% 0.48% -
HSV(B) 319.19º 0.83% 0.82% -
XYZ 32.39 16.97 31.71 -
YUV 100.77 157.48 204.49 -
System Red Green Blue C M Y K H S L
Decimal 208 36 153 0 0.83 0.26 0.18 319.19 0.7 0.48
Hex D0 24 99 0 53 1A 12 13F 46 30
Octal 320 44 231 0 123 32 22 477 106 60
Binary 11010000 100100 10011001 0 1010011 11010 10010 100111111 1000110 110000

Color Harmonies of #D02499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02499

Black with #D02499

Text Example


Text Example

White with #D02499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02499; }

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

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

background-color css

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

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

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

border-color css

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

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

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