#D225C8

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

Shades of Deep Magenta #D225C8

Tints of Deep Magenta #D225C8

Color information

#D225C8 (or 0xD225C8) is unknown color: approx Deep Magenta. HEX triplet: D2, 25 and C8. RGB value is (210,37,200). Sum of RGB (Red+Green+Blue) = 210+37+200=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D225C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225C8 is #2DDA37. Grayscale: #6A6A6A. Windows color (decimal): -3004984 or 13116882. OLE color: 13116882.

HSL color Cylindrical-coordinate representation of color #D225C8: hue angle of 303.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D225C8 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB21037200-
CMYK00.820.050.18
HSL303.47º70.04%48.43%-
HSV(B)303.47º82.38%82.35%-
XYZ37.6719.1956.36-
YUV107.31180.31201.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 37 (14.84% from 255) = 8.28%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=46.98%
G=8.28%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103720000.820.050.18303.4770.0448.43
HexD225C805251212f4630
Octal32245310012252245710660
Binary110100101001011100100001010010101100101001011111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D225C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D225C8; }

 p { color: rgb(210,37,200); }

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

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

 a { background-color: rgb(210,37,200); }

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

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

 span { border-color: rgb(210,37,200); }

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