Html Css Color HEX #D028C9 Deep Magenta

📋 copy color: '#D028C9'

red 208 ◦ green 40 ◦ blue 201

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

Shades of Deep Magenta #D028C9

Tints of Deep Magenta #D028C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.77%

R = 46.33%
G = 8.91%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D028C9 (or 0xD028C9) is known color: Deep Magenta. HEX triplet: D0, 28 and C9. RGB value is (208,40,201). Sum of RGB (Red+Green+Blue) = 208+40+201=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D028C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028C9 is #2FD736. Grayscale: #6C6C6C. Windows color (decimal): -3135287 or 13183184. OLE color: 13183184.

HSL color Cylindrical-coordinate representation of color #D028C9: hue angle of 302.5º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D028C9 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 201 -
CMYK 0 0.81 0.03 0.18
HSL 302.5º 0.68% 0.49% -
HSV(B) 302.5º 0.81% 0.82% -
XYZ 37.31 19.14 56.99 -
YUV 108.59 180.16 198.91 -
System Red Green Blue C M Y K H S L
Decimal 208 40 201 0 0.81 0.03 0.18 302.5 0.68 0.49
Hex D0 28 C9 0 51 3 12 12E 44 31
Octal 320 50 311 0 121 3 22 456 104 61
Binary 11010000 101000 11001001 0 1010001 11 10010 100101110 1000100 110001

Color Harmonies of #D028C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028C9

Black with #D028C9

Text Example


Text Example

White with #D028C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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