#d3325a

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

Shades of Cerise #D3325A

Tints of Cerise #D3325A

Color information

#D3325A (or 0xD3325A) is unknown color: approx Cerise. HEX triplet: D3, 32 and 5A. RGB value is (211,50,90). Sum of RGB (Red+Green+Blue) = 211+50+90=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D3325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3325A is #2CCDA5. Grayscale: #666666. Windows color (decimal): -2936230 or 5911251. OLE color: 5911251.

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

Color convert

RGB2115090-
CMYK00.760.570.17
HSL345.09º64.66%51.18%-
HSV(B)345.09º76.3%82.75%-
XYZ29.8516.8711.36-
YUV102.7120.84205.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.11%
GREEN value IS 50 (19.92% from 255) = 14.25%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=60.11%
G=14.25%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211509000.760.570.17345.0964.6651.18
HexD3325A04C39111594133
Octal323621320114712153110163
Binary11010011110010101101001001100111001100011010110011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3325a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3325a; }

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

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

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

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

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

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

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

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