Html Css Color HEX #D028E0 Deep Magenta

📋 copy color: '#D028E0'

red 208 ◦ green 40 ◦ blue 224

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

Shades of Deep Magenta #D028E0

Tints of Deep Magenta #D028E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 44.07%
G = 8.47%
B = 47.46%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D028E0 (or 0xD028E0) is known color: Deep Magenta. HEX triplet: D0, 28 and E0. RGB value is (208,40,224). Sum of RGB (Red+Green+Blue) = 208+40+224=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #D028E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028E0 is #2FD71F. Grayscale: #6E6E6E. Windows color (decimal): -3135264 or 14690512. OLE color: 14690512.

HSL color Cylindrical-coordinate representation of color #D028E0: hue angle of 294.78º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D028E0 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 40 224 -
CMYK 0.07 0.82 0 0.12
HSL 294.78º 0.75% 0.52% -
HSV(B) 294.78º 0.82% 0.88% -
XYZ 40.23 20.31 72.32 -
YUV 111.21 191.66 197.04 -
System Red Green Blue C M Y K H S L
Decimal 208 40 224 0.07 0.82 0 0.12 294.78 0.75 0.52
Hex D0 28 E0 7 52 0 C 127 4B 34
Octal 320 50 340 7 122 0 14 447 113 64
Binary 11010000 101000 11100000 111 1010010 0 1100 100100111 1001011 110100

Color Harmonies of #D028E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028E0

Black with #D028E0

Text Example


Text Example

White with #D028E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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