#D229C0

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

Shades of Deep Magenta #D229C0

Tints of Deep Magenta #D229C0

Color information

#D229C0 (or 0xD229C0) is unknown color: approx Deep Magenta. HEX triplet: D2, 29 and C0. RGB value is (210,41,192). Sum of RGB (Red+Green+Blue) = 210+41+192=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D229C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229C0 is #2DD63F. Grayscale: #6C6C6C. Windows color (decimal): -3003968 or 12593618. OLE color: 12593618.

HSL color Cylindrical-coordinate representation of color #D229C0: hue angle of 306.39º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D229C0 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB21041192-
CMYK00.800.090.18
HSL306.39º67.33%49.22%-
HSV(B)306.39º80.48%82.35%-
XYZ36.8919.0951.61-
YUV108.74174.99200.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 41 (16.41% from 255) = 9.26%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=47.40%
G=9.26%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104119200.800.090.18306.3967.3349.22
HexD229C00509121324331
Octal322513000120112246210361
Binary1101001010100111000000010100001001100101001100101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D229C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D229C0; }

 p { color: rgb(210,41,192); }

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

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

 a { background-color: rgb(210,41,192); }

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

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

 span { border-color: rgb(210,41,192); }

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