#D3356C

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

Shades of Cerise #D3356C

Tints of Cerise #D3356C

Color information

#D3356C (or 0xD3356C) is unknown color: approx Cerise. HEX triplet: D3, 35 and 6C. RGB value is (211,53,108). Sum of RGB (Red+Green+Blue) = 211+53+108=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3356C is #2CCA93. Grayscale: #6A6A6A. Windows color (decimal): -2935444 or 7091667. OLE color: 7091667.

HSL color Cylindrical-coordinate representation of color #D3356C: hue angle of 339.11º degrees, saturation: 0.64, 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 #D3356C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB21153108-
CMYK00.750.490.17
HSL339.11º64.23%51.76%-
HSV(B)339.11º74.88%82.75%-
XYZ30.8417.4815.94-
YUV106.51128.85202.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.72%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 108 (42.58% from 255) = 29.03%
R=56.72%
G=14.25%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115310800.750.490.17339.1164.2351.76
HexD3356C04B31111534034
Octal323651540113612152310064
Binary11010011110101110110001001011110001100011010100111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3356C; }

 p { color: rgb(211,53,108); }

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

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

 a { background-color: rgb(211,53,108); }

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

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

 span { border-color: rgb(211,53,108); }

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