Html Css Color HEX #DB27DD Deep Magenta

📋 copy color: '#DB27DD'

red 219 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #DB27DD

Tints of Deep Magenta #DB27DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 45.72%
G = 8.14%
B = 46.14%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB27DD (or 0xDB27DD) is known color: Deep Magenta. HEX triplet: DB, 27 and DD. RGB value is (219,39,221). Sum of RGB (Red+Green+Blue) = 219+39+221=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 39 (15.62% from 255 or 8.14% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27DD is #24D822. Grayscale: #717171. Windows color (decimal): -2414627 or 14493659. OLE color: 14493659.

HSL color Cylindrical-coordinate representation of color #DB27DD: hue angle of 299.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB27DD is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 39 221 -
CMYK 0.01 0.82 0 0.13
HSL 299.34º 0.73% 0.51% -
HSV(B) 299.34º 0.82% 0.87% -
XYZ 42.99 21.73 70.34 -
YUV 113.57 188.63 203.2 -
System Red Green Blue C M Y K H S L
Decimal 219 39 221 0.01 0.82 0 0.13 299.34 0.73 0.51
Hex DB 27 DD 1 52 0 D 12B 49 33
Octal 333 47 335 1 122 0 15 453 111 63
Binary 11011011 100111 11011101 1 1010010 0 1101 100101011 1001001 110011

Color Harmonies of #DB27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB27DD

Black with #DB27DD

Text Example


Text Example

White with #DB27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB27DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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