#D7335A

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

Shades of Cerise #D7335A

Tints of Cerise #D7335A

Color information

#D7335A (or 0xD7335A) is unknown color: approx Cerise. HEX triplet: D7, 33 and 5A. RGB value is (215,51,90). Sum of RGB (Red+Green+Blue) = 215+51+90=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7335A is #28CCA5. Grayscale: #686868. Windows color (decimal): -2673830 or 5911511. OLE color: 5911511.

HSL color Cylindrical-coordinate representation of color #D7335A: hue angle of 345.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7335A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2155190-
CMYK00.760.580.16
HSL345.73º67.21%52.16%-
HSV(B)345.73º76.28%84.31%-
XYZ31.0517.5511.42-
YUV104.48119.83206.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 60.39%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=60.39%
G=14.33%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215519000.760.580.16345.7367.2152.16
HexD7335A04C3A1015a4334
Octal327631320114722053210364
Binary11010111110011101101001001100111010100001010110101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7335A; }

 p { color: rgb(215,51,90); }

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

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

 a { background-color: rgb(215,51,90); }

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

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

 span { border-color: rgb(215,51,90); }

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