Html Css Color HEX #D00478 Medium Violet Red

📋 copy color: '#D00478'

red 208 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #D00478

Tints of Medium Violet Red #D00478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 62.65%
G = 1.2%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D00478 (or 0xD00478) is known color: Medium Violet Red. HEX triplet: D0, 04 and 78. RGB value is (208,4,120). Sum of RGB (Red+Green+Blue) = 208+4+120=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D00478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00478 is #2FFB87. Grayscale: #4D4D4D. Windows color (decimal): -3144584 or 7865552. OLE color: 7865552.

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

Color convert

RGB 208 4 120 -
CMYK 0 0.98 0.42 0.18
HSL 325.88º 0.96% 0.42% -
HSV(B) 325.88º 0.98% 0.82% -
XYZ 29.45 14.85 19.08 -
YUV 78.22 151.59 220.57 -
System Red Green Blue C M Y K H S L
Decimal 208 4 120 0 0.98 0.42 0.18 325.88 0.96 0.42
Hex D0 4 78 0 62 2A 12 146 60 2A
Octal 320 4 170 0 142 52 22 506 140 52
Binary 11010000 100 1111000 0 1100010 101010 10010 101000110 1100000 101010

Color Harmonies of #D00478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00478

Black with #D00478

Text Example


Text Example

White with #D00478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00478; }

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

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

background-color css

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

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

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

border-color css

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

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

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