Html Css Color HEX #D009A1 Medium Violet Red

📋 copy color: '#D009A1'

red 208 ◦ green 9 ◦ blue 161

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

Shades of Medium Violet Red #D009A1

Tints of Medium Violet Red #D009A1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.38%

 BLUE value IS 161 (63.28% from 255) = 42.59%

R = 55.03%
G = 2.38%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D009A1 (or 0xD009A1) is known color: Medium Violet Red. HEX triplet: D0, 09 and A1. RGB value is (208,9,161). Sum of RGB (Red+Green+Blue) = 208+9+161=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D009A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D009A1 is #2FF65E. Grayscale: #555555. Windows color (decimal): -3143263 or 10553808. OLE color: 10553808.

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

Color convert

RGB 208 9 161 -
CMYK 0 0.96 0.23 0.18
HSL 314.17º 0.92% 0.43% -
HSV(B) 314.17º 0.96% 0.82% -
XYZ 32.54 16.18 35.13 -
YUV 85.83 170.43 215.14 -
System Red Green Blue C M Y K H S L
Decimal 208 9 161 0 0.96 0.23 0.18 314.17 0.92 0.43
Hex D0 9 A1 0 60 17 12 13A 5C 2B
Octal 320 11 241 0 140 27 22 472 134 53
Binary 11010000 1001 10100001 0 1100000 10111 10010 100111010 1011100 101011

Color Harmonies of #D009A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D009A1

Black with #D009A1

Text Example


Text Example

White with #D009A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D009A1; }

 p { color: rgb(208,9,161); }

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

background-color css

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

 a { background-color: rgb(208,9,161); }

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

border-color css

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

 span { border-color: rgb(208,9,161); }

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