Html Css Color HEX #DC09B7 Deep Magenta

📋 copy color: '#DC09B7'

red 220 ◦ green 9 ◦ blue 183

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

Shades of Deep Magenta #DC09B7

Tints of Deep Magenta #DC09B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.42%

R = 53.4%
G = 2.18%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC09B7 (or 0xDC09B7) is known color: Deep Magenta. HEX triplet: DC, 09 and B7. RGB value is (220,9,183). Sum of RGB (Red+Green+Blue) = 220+9+183=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09B7 is #23F648. Grayscale: #5B5B5B. Windows color (decimal): -2356809 or 11995612. OLE color: 11995612.

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

Color convert

RGB 220 9 183 -
CMYK 0 0.96 0.17 0.14
HSL 310.52º 0.92% 0.45% -
HSV(B) 310.52º 0.96% 0.86% -
XYZ 38.16 18.83 46.42 -
YUV 91.93 179.4 219.35 -
System Red Green Blue C M Y K H S L
Decimal 220 9 183 0 0.96 0.17 0.14 310.52 0.92 0.45
Hex DC 9 B7 0 60 11 E 137 5C 2D
Octal 334 11 267 0 140 21 16 467 134 55
Binary 11011100 1001 10110111 0 1100000 10001 1110 100110111 1011100 101101

Color Harmonies of #DC09B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09B7

Black with #DC09B7

Text Example


Text Example

White with #DC09B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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