#D2295A

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

Shades of Cerise #D2295A

Tints of Cerise #D2295A

Color information

#D2295A (or 0xD2295A) is unknown color: approx Cerise. HEX triplet: D2, 29 and 5A. RGB value is (210,41,90). Sum of RGB (Red+Green+Blue) = 210+41+90=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2295A is #2DD6A5. Grayscale: #616161. Windows color (decimal): -3004070 or 5908946. OLE color: 5908946.

HSL color Cylindrical-coordinate representation of color #D2295A: hue angle of 342.6º 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 #D2295A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB2104190-
CMYK00.800.570.18
HSL342.6º67.33%49.22%-
HSV(B)342.6º80.48%82.35%-
XYZ29.2216.0311.23-
YUV97.12123.99208.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.58%
GREEN value IS 41 (16.41% from 255) = 12.02%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=61.58%
G=12.02%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210419000.800.570.18342.667.3349.22
HexD2295A05039121574331
Octal322511320120712252710361
Binary11010010101001101101001010000111001100101010101111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2295A; }

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

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

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

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

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

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

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

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