#d228b5

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

Shades of Deep Magenta #D228B5

Tints of Deep Magenta #D228B5

Color information

#D228B5 (or 0xD228B5) is unknown color: approx Deep Magenta. HEX triplet: D2, 28 and B5. RGB value is (210,40,181). Sum of RGB (Red+Green+Blue) = 210+40+181=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D228B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228B5 is #2DD74A. Grayscale: #6A6A6A. Windows color (decimal): -3004235 or 11872466. OLE color: 11872466.

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

Color convert

RGB21040181-
CMYK00.810.140.18
HSL310.24º68%49.02%-
HSV(B)310.24º80.95%82.35%-
XYZ35.6818.5645.42-
YUV106.9169.82201.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.72%
GREEN value IS 40 (16.02% from 255) = 9.28%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=48.72%
G=9.28%
B=42.00%

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
Decimal2104018100.810.140.18310.246849.02
HexD228B5051E121364431
Octal322502650121162246610461
Binary1101001010100010110101010100011110100101001101101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d228b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d228b5; }

 p { color: rgb(210,40,181); }

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

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

 a { background-color: rgb(210,40,181); }

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

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

 span { border-color: rgb(210,40,181); }

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