Html Css Color HEX #D02279 Medium Violet Red

📋 copy color: '#D02279'

red 208 ◦ green 34 ◦ blue 121

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

Shades of Medium Violet Red #D02279

Tints of Medium Violet Red #D02279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.37%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 57.3%
G = 9.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D02279 (or 0xD02279) is known color: Medium Violet Red. HEX triplet: D0, 22 and 79. RGB value is (208,34,121). Sum of RGB (Red+Green+Blue) = 208+34+121=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D02279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02279 is #2FDD86. Grayscale: #5F5F5F. Windows color (decimal): -3136903 or 7938768. OLE color: 7938768.

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

Color convert

RGB 208 34 121 -
CMYK 0 0.84 0.42 0.18
HSL 330º 0.72% 0.47% -
HSV(B) 330º 0.84% 0.82% -
XYZ 30.04 15.93 19.58 -
YUV 95.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 208 34 121 0 0.84 0.42 0.18 330 0.72 0.47
Hex D0 22 79 0 54 2A 12 14A 48 2F
Octal 320 42 171 0 124 52 22 512 110 57
Binary 11010000 100010 1111001 0 1010100 101010 10010 101001010 1001000 101111

Color Harmonies of #D02279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02279

Black with #D02279

Text Example


Text Example

White with #D02279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02279; }

 p { color: rgb(208,34,121); }

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

background-color css

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

 a { background-color: rgb(208,34,121); }

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

border-color css

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

 span { border-color: rgb(208,34,121); }

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