#D93956

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

Shades of Cerise #D93956

Tints of Cerise #D93956

Color information

#D93956 (or 0xD93956) is unknown color: approx Cerise. HEX triplet: D9, 39 and 56. RGB value is (217,57,86). Sum of RGB (Red+Green+Blue) = 217+57+86=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D93956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93956 is #26C6A9. Grayscale: #6C6C6C. Windows color (decimal): -2541226 or 5650905. OLE color: 5650905.

HSL color Cylindrical-coordinate representation of color #D93956: hue angle of 349.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93956 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB2175786-
CMYK00.740.600.15
HSL349.12º67.8%53.73%-
HSV(B)349.12º73.73%85.1%-
XYZ31.7618.3510.67-
YUV108.15115.51205.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.28%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=60.28%
G=15.83%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217578600.740.600.15349.1267.853.73
HexD9395604A3CF15d4436
Octal331711260112741753510466
Binary1101100111100110101100100101011110011111010111011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93956; }

 p { color: rgb(217,57,86); }

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

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

 a { background-color: rgb(217,57,86); }

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

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

 span { border-color: rgb(217,57,86); }

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