Html Css Color HEX #D027DB Deep Magenta

📋 copy color: '#D027DB'

red 208 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #D027DB

Tints of Deep Magenta #D027DB

RGB

 RED value IS 208 (81.64% from 255) = 44.64%

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

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

R = 44.64%
G = 8.37%
B = 47%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D027DB (or 0xD027DB) is known color: Deep Magenta. HEX triplet: D0, 27 and DB. RGB value is (208,39,219). Sum of RGB (Red+Green+Blue) = 208+39+219=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #D027DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027DB is #2FD824. Grayscale: #6D6D6D. Windows color (decimal): -3135525 or 14362576. OLE color: 14362576.

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

Color convert

RGB 208 39 219 -
CMYK 0.05 0.82 0 0.14
HSL 296.33º 0.71% 0.51% -
HSV(B) 296.33º 0.82% 0.86% -
XYZ 39.52 19.98 68.79 -
YUV 110.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 208 39 219 0.05 0.82 0 0.14 296.33 0.71 0.51
Hex D0 27 DB 5 52 0 E 128 47 33
Octal 320 47 333 5 122 0 16 450 107 63
Binary 11010000 100111 11011011 101 1010010 0 1110 100101000 1000111 110011

Color Harmonies of #D027DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027DB

Black with #D027DB

Text Example


Text Example

White with #D027DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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