#D3357F

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

Shades of Deep Cerise #D3357F

Tints of Deep Cerise #D3357F

Color information

#D3357F (or 0xD3357F) is unknown color: approx Deep Cerise. HEX triplet: D3, 35 and 7F. RGB value is (211,53,127). Sum of RGB (Red+Green+Blue) = 211+53+127=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D3357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3357F is #2CCA80. Grayscale: #6C6C6C. Windows color (decimal): -2935425 or 8336851. OLE color: 8336851.

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

Color convert

RGB21153127-
CMYK00.750.400.17
HSL331.9º64.23%51.76%-
HSV(B)331.9º74.88%82.75%-
XYZ31.9717.9321.85-
YUV108.68138.35200.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.96%
GREEN value IS 53 (21.09% from 255) = 13.55%
BLUE value IS 127 (50% from 255) = 32.48%
R=53.96%
G=13.55%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115312700.750.400.17331.964.2351.76
HexD3357F04B281114c4034
Octal323651770113502151410064
Binary11010011110101111111101001011101000100011010011001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3357F; }

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

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

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

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

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

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

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

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