Html Css Color HEX #DC09D4 Deep Magenta

📋 copy color: '#DC09D4'

red 220 ◦ green 9 ◦ blue 212

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

Shades of Deep Magenta #DC09D4

Tints of Deep Magenta #DC09D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.07%

R = 49.89%
G = 2.04%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC09D4 (or 0xDC09D4) is known color: Deep Magenta. HEX triplet: DC, 09 and D4. RGB value is (220,9,212). Sum of RGB (Red+Green+Blue) = 220+9+212=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09D4 is #23F62B. Grayscale: #5E5E5E. Windows color (decimal): -2356780 or 13896156. OLE color: 13896156.

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

Color convert

RGB 220 9 212 -
CMYK 0 0.96 0.04 0.14
HSL 302.27º 0.92% 0.45% -
HSV(B) 302.27º 0.96% 0.86% -
XYZ 41.5 20.16 63.99 -
YUV 95.23 193.9 216.99 -
System Red Green Blue C M Y K H S L
Decimal 220 9 212 0 0.96 0.04 0.14 302.27 0.92 0.45
Hex DC 9 D4 0 60 4 E 12E 5C 2D
Octal 334 11 324 0 140 4 16 456 134 55
Binary 11011100 1001 11010100 0 1100000 100 1110 100101110 1011100 101101

Color Harmonies of #DC09D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09D4

Black with #DC09D4

Text Example


Text Example

White with #DC09D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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