#D3326C

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

Shades of Cerise #D3326C

Tints of Cerise #D3326C

Color information

#D3326C (or 0xD3326C) is unknown color: approx Cerise. HEX triplet: D3, 32 and 6C. RGB value is (211,50,108). Sum of RGB (Red+Green+Blue) = 211+50+108=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3326C is #2CCD93. Grayscale: #686868. Windows color (decimal): -2936212 or 7090899. OLE color: 7090899.

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

Color convert

RGB21150108-
CMYK00.760.490.17
HSL338.39º64.66%51.18%-
HSV(B)338.39º76.3%82.75%-
XYZ30.7117.2115.89-
YUV104.75129.84203.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 57.18%
GREEN value IS 50 (19.92% from 255) = 13.55%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=57.18%
G=13.55%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115010800.760.490.17338.3964.6651.18
HexD3326C04C31111524133
Octal323621540114612152210163
Binary11010011110010110110001001100110001100011010100101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3326C; }

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

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

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

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

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

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

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

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