Html Css Color HEX #D028DB Deep Magenta

📋 copy color: '#D028DB'

red 208 ◦ green 40 ◦ blue 219

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

Shades of Deep Magenta #D028DB

Tints of Deep Magenta #D028DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.57%

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

R = 44.54%
G = 8.57%
B = 46.9%

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

#D028DB (or 0xD028DB) is known color: Deep Magenta. HEX triplet: D0, 28 and DB. RGB value is (208,40,219). Sum of RGB (Red+Green+Blue) = 208+40+219=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #D028DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028DB is #2FD724. Grayscale: #6E6E6E. Windows color (decimal): -3135269 or 14362832. OLE color: 14362832.

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

Color convert

RGB 208 40 219 -
CMYK 0.05 0.82 0 0.14
HSL 296.31º 0.71% 0.51% -
HSV(B) 296.31º 0.82% 0.86% -
XYZ 39.56 20.04 68.8 -
YUV 110.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 208 40 219 0.05 0.82 0 0.14 296.31 0.71 0.51
Hex D0 28 DB 5 52 0 E 128 47 33
Octal 320 50 333 5 122 0 16 450 107 63
Binary 11010000 101000 11011011 101 1010010 0 1110 100101000 1000111 110011

Color Harmonies of #D028DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028DB

Black with #D028DB

Text Example


Text Example

White with #D028DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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