Html Css Color HEX #DC09D1 Deep Magenta

📋 copy color: '#DC09D1'

red 220 ◦ green 9 ◦ blue 209

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

Shades of Deep Magenta #DC09D1

Tints of Deep Magenta #DC09D1

RGB

 RED value IS 220 (86.33% from 255) = 50.23%

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

 BLUE value IS 209 (82.03% from 255) = 47.72%

R = 50.23%
G = 2.05%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC09D1 (or 0xDC09D1) is known color: Deep Magenta. HEX triplet: DC, 09 and D1. RGB value is (220,9,209). Sum of RGB (Red+Green+Blue) = 220+9+209=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09D1 is #23F62E. Grayscale: #5E5E5E. Windows color (decimal): -2356783 or 13699548. OLE color: 13699548.

HSL color Cylindrical-coordinate representation of color #DC09D1: hue angle of 303.13º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09D1 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 209 -
CMYK 0 0.96 0.05 0.14
HSL 303.13º 0.92% 0.45% -
HSV(B) 303.13º 0.96% 0.86% -
XYZ 41.12 20.01 62.02 -
YUV 94.89 192.4 217.24 -
System Red Green Blue C M Y K H S L
Decimal 220 9 209 0 0.96 0.05 0.14 303.13 0.92 0.45
Hex DC 9 D1 0 60 5 E 12F 5C 2D
Octal 334 11 321 0 140 5 16 457 134 55
Binary 11011100 1001 11010001 0 1100000 101 1110 100101111 1011100 101101

Color Harmonies of #DC09D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09D1

Black with #DC09D1

Text Example


Text Example

White with #DC09D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09D1; }

 p { color: rgb(220,9,209); }

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

background-color css

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

 a { background-color: rgb(220,9,209); }

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

border-color css

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

 span { border-color: rgb(220,9,209); }

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