#d3325c

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

Shades of Cerise #D3325C

Tints of Cerise #D3325C

Color information

#D3325C (or 0xD3325C) is unknown color: approx Cerise. HEX triplet: D3, 32 and 5C. RGB value is (211,50,92). Sum of RGB (Red+Green+Blue) = 211+50+92=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3325C is #2CCDA3. Grayscale: #666666. Windows color (decimal): -2936228 or 6042323. OLE color: 6042323.

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

Color convert

RGB2115092-
CMYK00.760.560.17
HSL344.35º64.66%51.18%-
HSV(B)344.35º76.3%82.75%-
XYZ29.9416.911.81-
YUV102.93121.84205.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.77%
GREEN value IS 50 (19.92% from 255) = 14.16%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=59.77%
G=14.16%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211509200.760.560.17344.3564.6651.18
HexD3325C04C38111584133
Octal323621340114702153010163
Binary11010011110010101110001001100111000100011010110001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3325c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3325c; }

 p { color: rgb(211,50,92); }

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

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

 a { background-color: rgb(211,50,92); }

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

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

 span { border-color: rgb(211,50,92); }

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