#D2345A

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

Shades of Cerise #D2345A

Tints of Cerise #D2345A

Color information

#D2345A (or 0xD2345A) is unknown color: approx Cerise. HEX triplet: D2, 34 and 5A. RGB value is (210,52,90). Sum of RGB (Red+Green+Blue) = 210+52+90=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2345A is #2DCBA5. Grayscale: #676767. Windows color (decimal): -3001254 or 5911762. OLE color: 5911762.

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

Color convert

RGB2105290-
CMYK00.750.570.18
HSL345.57º63.71%51.37%-
HSV(B)345.57º75.24%82.35%-
XYZ29.6516.911.37-
YUV103.57120.35203.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.66%
GREEN value IS 52 (20.70% from 255) = 14.77%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=59.66%
G=14.77%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210529000.750.570.18345.5763.7151.37
HexD2345A04B391215a4033
Octal322641320113712253210063
Binary11010010110100101101001001011111001100101010110101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2345A; }

 p { color: rgb(210,52,90); }

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

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

 a { background-color: rgb(210,52,90); }

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

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

 span { border-color: rgb(210,52,90); }

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