Html Css Color HEX #DC09BF Deep Magenta

📋 copy color: '#DC09BF'

red 220 ◦ green 9 ◦ blue 191

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

Shades of Deep Magenta #DC09BF

Tints of Deep Magenta #DC09BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 52.38%
G = 2.14%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC09BF (or 0xDC09BF) is known color: Deep Magenta. HEX triplet: DC, 09 and BF. RGB value is (220,9,191). Sum of RGB (Red+Green+Blue) = 220+9+191=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09BF is #23F640. Grayscale: #5C5C5C. Windows color (decimal): -2356801 or 12519900. OLE color: 12519900.

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

Color convert

RGB 220 9 191 -
CMYK 0 0.96 0.13 0.14
HSL 308.25º 0.92% 0.45% -
HSV(B) 308.25º 0.96% 0.86% -
XYZ 39.02 19.17 50.93 -
YUV 92.84 183.4 218.7 -
System Red Green Blue C M Y K H S L
Decimal 220 9 191 0 0.96 0.13 0.14 308.25 0.92 0.45
Hex DC 9 BF 0 60 D E 134 5C 2D
Octal 334 11 277 0 140 15 16 464 134 55
Binary 11011100 1001 10111111 0 1100000 1101 1110 100110100 1011100 101101

Color Harmonies of #DC09BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09BF

Black with #DC09BF

Text Example


Text Example

White with #DC09BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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