Html Css Color HEX #D00A97 Medium Violet Red

📋 copy color: '#D00A97'

red 208 ◦ green 10 ◦ blue 151

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

Shades of Medium Violet Red #D00A97

Tints of Medium Violet Red #D00A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 56.37%
G = 2.71%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D00A97 (or 0xD00A97) is known color: Medium Violet Red. HEX triplet: D0, 0A and 97. RGB value is (208,10,151). Sum of RGB (Red+Green+Blue) = 208+10+151=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A97 is #2FF568. Grayscale: #545454. Windows color (decimal): -3143017 or 9898704. OLE color: 9898704.

HSL color Cylindrical-coordinate representation of color #D00A97: hue angle of 317.27º 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 #D00A97 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 10 151 -
CMYK 0 0.95 0.27 0.18
HSL 317.27º 0.91% 0.43% -
HSV(B) 317.27º 0.95% 0.82% -
XYZ 31.71 15.86 30.67 -
YUV 85.28 165.1 215.54 -
System Red Green Blue C M Y K H S L
Decimal 208 10 151 0 0.95 0.27 0.18 317.27 0.91 0.43
Hex D0 A 97 0 5F 1B 12 13D 5B 2B
Octal 320 12 227 0 137 33 22 475 133 53
Binary 11010000 1010 10010111 0 1011111 11011 10010 100111101 1011011 101011

Color Harmonies of #D00A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A97

Black with #D00A97

Text Example


Text Example

White with #D00A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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