Html Css Color HEX #DB27DC Deep Magenta

📋 copy color: '#DB27DC'

red 219 ◦ green 39 ◦ blue 220

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

Shades of Deep Magenta #DB27DC

Tints of Deep Magenta #DB27DC

RGB

 RED value IS 219 (85.94% from 255) = 45.82%

 GREEN value IS 39 (15.63% from 255) = 8.16%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 45.82%
G = 8.16%
B = 46.03%

CMYK

 C value IS 0.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB27DC (or 0xDB27DC) is known color: Deep Magenta. HEX triplet: DB, 27 and DC. RGB value is (219,39,220). Sum of RGB (Red+Green+Blue) = 219+39+220=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB27DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27DC is #24D823. Grayscale: #707070. Windows color (decimal): -2414628 or 14428123. OLE color: 14428123.

HSL color Cylindrical-coordinate representation of color #DB27DC: hue angle of 299.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB27DC is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 39 220 -
CMYK 0.00 0.82 0 0.14
HSL 299.67º 0.72% 0.51% -
HSV(B) 299.67º 0.82% 0.86% -
XYZ 42.86 21.68 69.64 -
YUV 113.45 188.13 203.28 -
System Red Green Blue C M Y K H S L
Decimal 219 39 220 0.00 0.82 0 0.14 299.67 0.72 0.51
Hex DB 27 DC 0 52 0 E 12C 48 33
Octal 333 47 334 0 122 0 16 454 110 63
Binary 11011011 100111 11011100 0 1010010 0 1110 100101100 1001000 110011

Color Harmonies of #DB27DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB27DC

Black with #DB27DC

Text Example


Text Example

White with #DB27DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB27DC; }

 p { color: rgb(219,39,220); }

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

background-color css

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

 a { background-color: rgb(219,39,220); }

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

border-color css

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

 span { border-color: rgb(219,39,220); }

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