#D3305D

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

Shades of Cerise #D3305D

Tints of Cerise #D3305D

Color information

#D3305D (or 0xD3305D) is unknown color: approx Cerise. HEX triplet: D3, 30 and 5D. RGB value is (211,48,93). Sum of RGB (Red+Green+Blue) = 211+48+93=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D3305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3305D is #2CCFA2. Grayscale: #656565. Windows color (decimal): -2936739 or 6107347. OLE color: 6107347.

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

Color convert

RGB2114893-
CMYK00.770.560.17
HSL343.44º64.94%50.78%-
HSV(B)343.44º77.25%82.75%-
XYZ29.916.7512.01-
YUV101.87123205.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.94%
GREEN value IS 48 (19.14% from 255) = 13.64%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=59.94%
G=13.64%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211489300.770.560.17343.4464.9450.78
HexD3305D04D38111574133
Octal323601350115702152710163
Binary11010011110000101110101001101111000100011010101111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3305D; }

 p { color: rgb(211,48,93); }

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

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

 a { background-color: rgb(211,48,93); }

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

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

 span { border-color: rgb(211,48,93); }

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