Html Css Color HEX #D028D7 Deep Magenta

📋 copy color: '#D028D7'

red 208 ◦ green 40 ◦ blue 215

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

Shades of Deep Magenta #D028D7

Tints of Deep Magenta #D028D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 44.92%
G = 8.64%
B = 46.44%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D028D7 (or 0xD028D7) is known color: Deep Magenta. HEX triplet: D0, 28 and D7. RGB value is (208,40,215). Sum of RGB (Red+Green+Blue) = 208+40+215=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #D028D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028D7 is #2FD728. Grayscale: #6D6D6D. Windows color (decimal): -3135273 or 14100688. OLE color: 14100688.

HSL color Cylindrical-coordinate representation of color #D028D7: hue angle of 297.6º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D028D7 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 40 215 -
CMYK 0.03 0.81 0 0.16
HSL 297.6º 0.69% 0.5% -
HSV(B) 297.6º 0.81% 0.84% -
XYZ 39.04 19.83 66.06 -
YUV 110.18 187.16 197.77 -
System Red Green Blue C M Y K H S L
Decimal 208 40 215 0.03 0.81 0 0.16 297.6 0.69 0.5
Hex D0 28 D7 3 51 0 10 12A 45 32
Octal 320 50 327 3 121 0 20 452 105 62
Binary 11010000 101000 11010111 11 1010001 0 10000 100101010 1000101 110010

Color Harmonies of #D028D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028D7

Black with #D028D7

Text Example


Text Example

White with #D028D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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