Html Css Color HEX #D00A95 Medium Violet Red

📋 copy color: '#D00A95'

red 208 ◦ green 10 ◦ blue 149

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

Shades of Medium Violet Red #D00A95

Tints of Medium Violet Red #D00A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 56.68%
G = 2.72%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D00A95 (or 0xD00A95) is known color: Medium Violet Red. HEX triplet: D0, 0A and 95. RGB value is (208,10,149). Sum of RGB (Red+Green+Blue) = 208+10+149=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A95 is #2FF56A. Grayscale: #545454. Windows color (decimal): -3143019 or 9767632. OLE color: 9767632.

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

Color convert

RGB 208 10 149 -
CMYK 0 0.95 0.28 0.18
HSL 317.88º 0.91% 0.43% -
HSV(B) 317.88º 0.95% 0.82% -
XYZ 31.55 15.8 29.82 -
YUV 85.05 164.1 215.7 -
System Red Green Blue C M Y K H S L
Decimal 208 10 149 0 0.95 0.28 0.18 317.88 0.91 0.43
Hex D0 A 95 0 5F 1C 12 13E 5B 2B
Octal 320 12 225 0 137 34 22 476 133 53
Binary 11010000 1010 10010101 0 1011111 11100 10010 100111110 1011011 101011

Color Harmonies of #D00A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A95

Black with #D00A95

Text Example


Text Example

White with #D00A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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