#D22E5C

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

Shades of Cerise #D22E5C

Tints of Cerise #D22E5C

Color information

#D22E5C (or 0xD22E5C) is unknown color: approx Cerise. HEX triplet: D2, 2E and 5C. RGB value is (210,46,92). Sum of RGB (Red+Green+Blue) = 210+46+92=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22E5C is #2DD1A3. Grayscale: #646464. Windows color (decimal): -3002788 or 6041298. OLE color: 6041298.

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

Color convert

RGB2104692-
CMYK00.780.560.18
HSL343.17º64.57%50.2%-
HSV(B)343.17º78.1%82.35%-
XYZ29.4916.4311.74-
YUV100.28123.33206.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.34%
GREEN value IS 46 (18.36% from 255) = 13.22%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=60.34%
G=13.22%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210469200.780.560.18343.1764.5750.2
HexD22E5C04E38121574132
Octal322561340116702252710162
Binary11010010101110101110001001110111000100101010101111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22E5C; }

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

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

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

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

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

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

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

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