Html Css Color HEX #D827DB Deep Magenta

📋 copy color: '#D827DB'

red 216 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #D827DB

Tints of Deep Magenta #D827DB

RGB

 RED value IS 216 (84.77% from 255) = 45.57%

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 45.57%
G = 8.23%
B = 46.2%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D827DB (or 0xD827DB) is known color: Deep Magenta. HEX triplet: D8, 27 and DB. RGB value is (216,39,219). Sum of RGB (Red+Green+Blue) = 216+39+219=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #D827DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D827DB is #27D824. Grayscale: #6F6F6F. Windows color (decimal): -2611237 or 14362584. OLE color: 14362584.

HSL color Cylindrical-coordinate representation of color #D827DB: hue angle of 299º degrees, saturation: 0.71, 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 #D827DB is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 39 219 -
CMYK 0.01 0.82 0 0.14
HSL 299º 0.71% 0.51% -
HSV(B) 299º 0.82% 0.86% -
XYZ 41.83 21.16 68.9 -
YUV 112.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 216 39 219 0.01 0.82 0 0.14 299 0.71 0.51
Hex D8 27 DB 1 52 0 E 12B 47 33
Octal 330 47 333 1 122 0 16 453 107 63
Binary 11011000 100111 11011011 1 1010010 0 1110 100101011 1000111 110011

Color Harmonies of #D827DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827DB

Black with #D827DB

Text Example


Text Example

White with #D827DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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