Html Css Color HEX #D02278 Medium Violet Red

📋 copy color: '#D02278'

red 208 ◦ green 34 ◦ blue 120

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

Shades of Medium Violet Red #D02278

Tints of Medium Violet Red #D02278

RGB

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

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

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

R = 57.46%
G = 9.39%
B = 33.15%

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

#D02278 (or 0xD02278) is known color: Medium Violet Red. HEX triplet: D0, 22 and 78. RGB value is (208,34,120). Sum of RGB (Red+Green+Blue) = 208+34+120=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D02278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02278 is #2FDD87. Grayscale: #5F5F5F. Windows color (decimal): -3136904 or 7873232. OLE color: 7873232.

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

Color convert

RGB 208 34 120 -
CMYK 0 0.84 0.42 0.18
HSL 330.34º 0.72% 0.47% -
HSV(B) 330.34º 0.84% 0.82% -
XYZ 29.97 15.91 19.26 -
YUV 95.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 208 34 120 0 0.84 0.42 0.18 330.34 0.72 0.47
Hex D0 22 78 0 54 2A 12 14A 48 2F
Octal 320 42 170 0 124 52 22 512 110 57
Binary 11010000 100010 1111000 0 1010100 101010 10010 101001010 1001000 101111

Color Harmonies of #D02278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02278

Black with #D02278

Text Example


Text Example

White with #D02278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02278; }

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

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

background-color css

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

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

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

border-color css

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

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

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