#D028B3

Color #D028B3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D028B3

Tints of Deep Magenta #D028B3

Color information

#D028B3 (or 0xD028B3) is unknown color: approx Deep Magenta. HEX triplet: D0, 28 and B3. RGB value is (208,40,179). Sum of RGB (Red+Green+Blue) = 208+40+179=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D028B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028B3 is #2FD74C. Grayscale: #696969. Windows color (decimal): -3135309 or 11741392. OLE color: 11741392.

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

Color convert

RGB20840179-
CMYK00.810.140.18
HSL310.36º67.74%48.63%-
HSV(B)310.36º80.77%81.57%-
XYZ34.9118.1844.32-
YUV106.08169.16200.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 40 (16.02% from 255) = 9.37%
BLUE value IS 179 (70.31% from 255) = 41.92%
R=48.71%
G=9.37%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084017900.810.140.18310.3667.7448.63
HexD028B3051E121364431
Octal320502630121162246610461
Binary1101000010100010110011010100011110100101001101101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D028B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D028B3; }

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

 H1.HeaderClassName
 {
   color: #D028B3;
 }
 .AnyTagClassName
 {
   color: #D028B3;
 }
</style>
background-color css

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

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

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

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

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

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