Html Css Color HEX #D00DA8 Medium Violet Red

📋 copy color: '#D00DA8'

red 208 ◦ green 13 ◦ blue 168

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

Shades of Medium Violet Red #D00DA8

Tints of Medium Violet Red #D00DA8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.34%

 BLUE value IS 168 (66.02% from 255) = 43.19%

R = 53.47%
G = 3.34%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D00DA8 (or 0xD00DA8) is known color: Medium Violet Red. HEX triplet: D0, 0D and A8. RGB value is (208,13,168). Sum of RGB (Red+Green+Blue) = 208+13+168=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00DA8 is #2FF257. Grayscale: #585858. Windows color (decimal): -3142232 or 11013584. OLE color: 11013584.

HSL color Cylindrical-coordinate representation of color #D00DA8: hue angle of 312.31º degrees, saturation: 0.88, 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 #D00DA8 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 168 -
CMYK 0 0.94 0.19 0.18
HSL 312.31º 0.88% 0.43% -
HSV(B) 312.31º 0.94% 0.82% -
XYZ 33.22 16.52 38.48 -
YUV 88.98 172.6 212.9 -
System Red Green Blue C M Y K H S L
Decimal 208 13 168 0 0.94 0.19 0.18 312.31 0.88 0.43
Hex D0 D A8 0 5E 13 12 138 58 2B
Octal 320 15 250 0 136 23 22 470 130 53
Binary 11010000 1101 10101000 0 1011110 10011 10010 100111000 1011000 101011

Color Harmonies of #D00DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DA8

Black with #D00DA8

Text Example


Text Example

White with #D00DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DA8; }

 p { color: rgb(208,13,168); }

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

background-color css

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

 a { background-color: rgb(208,13,168); }

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

border-color css

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

 span { border-color: rgb(208,13,168); }

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