Html Css Color HEX #D028DE Deep Magenta

📋 copy color: '#D028DE'

red 208 ◦ green 40 ◦ blue 222

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

Shades of Deep Magenta #D028DE

Tints of Deep Magenta #D028DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 44.26%
G = 8.51%
B = 47.23%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D028DE (or 0xD028DE) is known color: Deep Magenta. HEX triplet: D0, 28 and DE. RGB value is (208,40,222). Sum of RGB (Red+Green+Blue) = 208+40+222=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #D028DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028DE is #2FD721. Grayscale: #6E6E6E. Windows color (decimal): -3135266 or 14559440. OLE color: 14559440.

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

Color convert

RGB 208 40 222 -
CMYK 0.06 0.82 0 0.13
HSL 295.38º 0.73% 0.51% -
HSV(B) 295.38º 0.82% 0.87% -
XYZ 39.96 20.2 70.9 -
YUV 110.98 190.66 197.2 -
System Red Green Blue C M Y K H S L
Decimal 208 40 222 0.06 0.82 0 0.13 295.38 0.73 0.51
Hex D0 28 DE 6 52 0 D 127 49 33
Octal 320 50 336 6 122 0 15 447 111 63
Binary 11010000 101000 11011110 110 1010010 0 1101 100100111 1001001 110011

Color Harmonies of #D028DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028DE

Black with #D028DE

Text Example


Text Example

White with #D028DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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