Html Css Color HEX #DC1BD9 Deep Magenta

📋 copy color: '#DC1BD9'

red 220 ◦ green 27 ◦ blue 217

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

Shades of Deep Magenta #DC1BD9

Tints of Deep Magenta #DC1BD9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.82%

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 47.41%
G = 5.82%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC1BD9 (or 0xDC1BD9) is known color: Deep Magenta. HEX triplet: DC, 1B and D9. RGB value is (220,27,217). Sum of RGB (Red+Green+Blue) = 220+27+217=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BD9 is #23E426. Grayscale: #696969. Windows color (decimal): -2352167 or 14228444. OLE color: 14228444.

HSL color Cylindrical-coordinate representation of color #DC1BD9: hue angle of 300.93º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1BD9 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 27 217 -
CMYK 0 0.88 0.01 0.14
HSL 300.93º 0.78% 0.48% -
HSV(B) 300.93º 0.88% 0.86% -
XYZ 42.43 21.01 67.46 -
YUV 106.37 190.44 209.05 -
System Red Green Blue C M Y K H S L
Decimal 220 27 217 0 0.88 0.01 0.14 300.93 0.78 0.48
Hex DC 1B D9 0 58 1 E 12D 4E 30
Octal 334 33 331 0 130 1 16 455 116 60
Binary 11011100 11011 11011001 0 1011000 1 1110 100101101 1001110 110000

Color Harmonies of #DC1BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1BD9

Black with #DC1BD9

Text Example


Text Example

White with #DC1BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1BD9; }

 p { color: rgb(220,27,217); }

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

background-color css

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

 a { background-color: rgb(220,27,217); }

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

border-color css

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

 span { border-color: rgb(220,27,217); }

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