#D33470

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

Shades of Cerise #D33470

Tints of Cerise #D33470

Color information

#D33470 (or 0xD33470) is unknown color: approx Cerise. HEX triplet: D3, 34 and 70. RGB value is (211,52,112). Sum of RGB (Red+Green+Blue) = 211+52+112=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D33470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33470 is #2CCB8F. Grayscale: #6A6A6A. Windows color (decimal): -2935696 or 7353555. OLE color: 7353555.

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

Color convert

RGB21152112-
CMYK00.750.470.17
HSL337.36º64.37%51.57%-
HSV(B)337.36º75.36%82.75%-
XYZ31.0217.4717.07-
YUV106.38131.18202.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.27%
GREEN value IS 52 (20.70% from 255) = 13.87%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=56.27%
G=13.87%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115211200.750.470.17337.3664.3751.57
HexD3347004B2F111514034
Octal323641600113572152110064
Binary11010011110100111000001001011101111100011010100011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33470; }

 p { color: rgb(211,52,112); }

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

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

 a { background-color: rgb(211,52,112); }

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

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

 span { border-color: rgb(211,52,112); }

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