Html Css Color HEX #D02078 Medium Violet Red

📋 copy color: '#D02078'

red 208 ◦ green 32 ◦ blue 120

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

Shades of Medium Violet Red #D02078

Tints of Medium Violet Red #D02078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.89%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 57.78%
G = 8.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D02078 (or 0xD02078) is known color: Medium Violet Red. HEX triplet: D0, 20 and 78. RGB value is (208,32,120). Sum of RGB (Red+Green+Blue) = 208+32+120=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D02078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02078 is #2FDF87. Grayscale: #5E5E5E. Windows color (decimal): -3137416 or 7872720. OLE color: 7872720.

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

Color convert

RGB 208 32 120 -
CMYK 0 0.85 0.42 0.18
HSL 330º 0.73% 0.47% -
HSV(B) 330º 0.85% 0.82% -
XYZ 29.92 15.8 19.24 -
YUV 94.66 142.31 208.84 -
System Red Green Blue C M Y K H S L
Decimal 208 32 120 0 0.85 0.42 0.18 330 0.73 0.47
Hex D0 20 78 0 55 2A 12 14A 49 2F
Octal 320 40 170 0 125 52 22 512 111 57
Binary 11010000 100000 1111000 0 1010101 101010 10010 101001010 1001001 101111

Color Harmonies of #D02078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02078

Black with #D02078

Text Example


Text Example

White with #D02078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02078; }

 p { color: rgb(208,32,120); }

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

background-color css

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

 a { background-color: rgb(208,32,120); }

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

border-color css

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

 span { border-color: rgb(208,32,120); }

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