#D2395C

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

Shades of Cerise #D2395C

Tints of Cerise #D2395C

Color information

#D2395C (or 0xD2395C) is unknown color: approx Cerise. HEX triplet: D2, 39 and 5C. RGB value is (210,57,92). Sum of RGB (Red+Green+Blue) = 210+57+92=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2395C is #2DC6A3. Grayscale: #6A6A6A. Windows color (decimal): -2999972 or 6044114. OLE color: 6044114.

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

Color convert

RGB2105792-
CMYK00.730.560.18
HSL346.27º62.96%52.35%-
HSV(B)346.27º72.86%82.35%-
XYZ29.9717.411.9-
YUV106.74119.69201.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.50%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=58.50%
G=15.88%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210579200.730.560.18346.2762.9652.35
HexD2395C049381215a3f34
Octal32271134011170225327764
Binary1101001011100110111000100100111100010010101011010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2395C; }

 p { color: rgb(210,57,92); }

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

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

 a { background-color: rgb(210,57,92); }

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

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

 span { border-color: rgb(210,57,92); }

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