Html Css Color HEX #D009C1 Deep Magenta

📋 copy color: '#D009C1'

red 208 ◦ green 9 ◦ blue 193

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

Shades of Deep Magenta #D009C1

Tints of Deep Magenta #D009C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.07%

R = 50.73%
G = 2.2%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D009C1 (or 0xD009C1) is known color: Deep Magenta. HEX triplet: D0, 09 and C1. RGB value is (208,9,193). Sum of RGB (Red+Green+Blue) = 208+9+193=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D009C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009C1 is #2FF63E. Grayscale: #585858. Windows color (decimal): -3143231 or 12650960. OLE color: 12650960.

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

Color convert

RGB 208 9 193 -
CMYK 0 0.96 0.07 0.18
HSL 304.52º 0.92% 0.43% -
HSV(B) 304.52º 0.96% 0.82% -
XYZ 35.74 17.46 51.94 -
YUV 89.48 186.43 212.54 -
System Red Green Blue C M Y K H S L
Decimal 208 9 193 0 0.96 0.07 0.18 304.52 0.92 0.43
Hex D0 9 C1 0 60 7 12 131 5C 2B
Octal 320 11 301 0 140 7 22 461 134 53
Binary 11010000 1001 11000001 0 1100000 111 10010 100110001 1011100 101011

Color Harmonies of #D009C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D009C1

Black with #D009C1

Text Example


Text Example

White with #D009C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D009C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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