#D235AA

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

Shades of Deep Cerise #D235AA

Tints of Deep Cerise #D235AA

Color information

#D235AA (or 0xD235AA) is unknown color: approx Deep Cerise. HEX triplet: D2, 35 and AA. RGB value is (210,53,170). Sum of RGB (Red+Green+Blue) = 210+53+170=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D235AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D235AA is #2DCA55. Grayscale: #707070. Windows color (decimal): -3000918 or 11154898. OLE color: 11154898.

HSL color Cylindrical-coordinate representation of color #D235AA: hue angle of 315.29º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D235AA is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB21053170-
CMYK00.750.190.18
HSL315.29º63.56%51.57%-
HSV(B)315.29º74.76%82.35%-
XYZ35.1119.1539.88-
YUV113.28160.01196.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.50%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=48.50%
G=12.24%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105317000.750.190.18315.2963.5651.57
HexD235AA04B131213b4034
Octal322652520113232247310064
Binary11010010110101101010100100101110011100101001110111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D235AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D235AA; }

 p { color: rgb(210,53,170); }

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

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

 a { background-color: rgb(210,53,170); }

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

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

 span { border-color: rgb(210,53,170); }

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