Html Css Color HEX #D00978 Medium Violet Red

📋 copy color: '#D00978'

red 208 ◦ green 9 ◦ blue 120

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

Shades of Medium Violet Red #D00978

Tints of Medium Violet Red #D00978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

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

R = 61.72%
G = 2.67%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D00978 (or 0xD00978) is known color: Medium Violet Red. HEX triplet: D0, 09 and 78. RGB value is (208,9,120). Sum of RGB (Red+Green+Blue) = 208+9+120=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D00978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00978 is #2FF687. Grayscale: #505050. Windows color (decimal): -3143304 or 7866832. OLE color: 7866832.

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

Color convert

RGB 208 9 120 -
CMYK 0 0.96 0.42 0.18
HSL 326.53º 0.92% 0.43% -
HSV(B) 326.53º 0.96% 0.82% -
XYZ 29.5 14.96 19.1 -
YUV 81.16 149.93 218.47 -
System Red Green Blue C M Y K H S L
Decimal 208 9 120 0 0.96 0.42 0.18 326.53 0.92 0.43
Hex D0 9 78 0 60 2A 12 147 5C 2B
Octal 320 11 170 0 140 52 22 507 134 53
Binary 11010000 1001 1111000 0 1100000 101010 10010 101000111 1011100 101011

Color Harmonies of #D00978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00978

Black with #D00978

Text Example


Text Example

White with #D00978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00978; }

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

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

background-color css

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

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

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

border-color css

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

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

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