Html Css Color HEX #D00C98 Medium Violet Red

📋 copy color: '#D00C98'

red 208 ◦ green 12 ◦ blue 152

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

Shades of Medium Violet Red #D00C98

Tints of Medium Violet Red #D00C98

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 152 (59.77% from 255) = 40.86%

R = 55.91%
G = 3.23%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D00C98 (or 0xD00C98) is known color: Medium Violet Red. HEX triplet: D0, 0C and 98. RGB value is (208,12,152). Sum of RGB (Red+Green+Blue) = 208+12+152=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00C98 is #2FF367. Grayscale: #565656. Windows color (decimal): -3142504 or 9964752. OLE color: 9964752.

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

Color convert

RGB 208 12 152 -
CMYK 0 0.94 0.27 0.18
HSL 317.14º 0.89% 0.43% -
HSV(B) 317.14º 0.94% 0.82% -
XYZ 31.81 15.94 31.11 -
YUV 86.56 164.93 214.62 -
System Red Green Blue C M Y K H S L
Decimal 208 12 152 0 0.94 0.27 0.18 317.14 0.89 0.43
Hex D0 C 98 0 5E 1B 12 13D 59 2B
Octal 320 14 230 0 136 33 22 475 131 53
Binary 11010000 1100 10011000 0 1011110 11011 10010 100111101 1011001 101011

Color Harmonies of #D00C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C98

Black with #D00C98

Text Example


Text Example

White with #D00C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C98; }

 p { color: rgb(208,12,152); }

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

background-color css

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

 a { background-color: rgb(208,12,152); }

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

border-color css

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

 span { border-color: rgb(208,12,152); }

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