#D4355E

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

Shades of Cerise #D4355E

Tints of Cerise #D4355E

Color information

#D4355E (or 0xD4355E) is unknown color: approx Cerise. HEX triplet: D4, 35 and 5E. RGB value is (212,53,94). Sum of RGB (Red+Green+Blue) = 212+53+94=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4355E is #2BCAA1. Grayscale: #696969. Windows color (decimal): -2869922 or 6174164. OLE color: 6174164.

HSL color Cylindrical-coordinate representation of color #D4355E: hue angle of 344.53º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4355E is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2125394-
CMYK00.750.560.17
HSL344.53º64.9%51.96%-
HSV(B)344.53º75%83.14%-
XYZ30.4417.3512.33-
YUV105.22121.68204.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.05%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=59.05%
G=14.76%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212539400.750.560.17344.5364.951.96
HexD4355E04B38111594134
Octal324651360113702153110164
Binary11010100110101101111001001011111000100011010110011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4355E; }

 p { color: rgb(212,53,94); }

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

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

 a { background-color: rgb(212,53,94); }

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

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

 span { border-color: rgb(212,53,94); }

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