Html Css Color HEX #D00A99 Medium Violet Red

📋 copy color: '#D00A99'

red 208 ◦ green 10 ◦ blue 153

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

Shades of Medium Violet Red #D00A99

Tints of Medium Violet Red #D00A99

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 56.06%
G = 2.7%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D00A99 (or 0xD00A99) is known color: Medium Violet Red. HEX triplet: D0, 0A and 99. RGB value is (208,10,153). Sum of RGB (Red+Green+Blue) = 208+10+153=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A99 is #2FF566. Grayscale: #555555. Windows color (decimal): -3143015 or 10029776. OLE color: 10029776.

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

Color convert

RGB 208 10 153 -
CMYK 0 0.95 0.26 0.18
HSL 316.67º 0.91% 0.43% -
HSV(B) 316.67º 0.95% 0.82% -
XYZ 31.87 15.93 31.53 -
YUV 85.5 166.1 215.37 -
System Red Green Blue C M Y K H S L
Decimal 208 10 153 0 0.95 0.26 0.18 316.67 0.91 0.43
Hex D0 A 99 0 5F 1A 12 13D 5B 2B
Octal 320 12 231 0 137 32 22 475 133 53
Binary 11010000 1010 10011001 0 1011111 11010 10010 100111101 1011011 101011

Color Harmonies of #D00A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A99

Black with #D00A99

Text Example


Text Example

White with #D00A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A99; }

 p { color: rgb(208,10,153); }

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

background-color css

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

 a { background-color: rgb(208,10,153); }

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

border-color css

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

 span { border-color: rgb(208,10,153); }

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