#D13470

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

Shades of Cerise #D13470

Tints of Cerise #D13470

Color information

#D13470 (or 0xD13470) is unknown color: approx Cerise. HEX triplet: D1, 34 and 70. RGB value is (209,52,112). Sum of RGB (Red+Green+Blue) = 209+52+112=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D13470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13470 is #2ECB8F. Grayscale: #696969. Windows color (decimal): -3066768 or 7353553. OLE color: 7353553.

HSL color Cylindrical-coordinate representation of color #D13470: hue angle of 337.07º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13470 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB20952112-
CMYK00.750.460.18
HSL337.07º63.05%51.18%-
HSV(B)337.07º75.12%81.96%-
XYZ30.4517.1817.04-
YUV105.78131.51201.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 52 (20.70% from 255) = 13.94%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=56.03%
G=13.94%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095211200.750.460.18337.0763.0551.18
HexD1347004B2E121513f33
Octal32164160011356225217763
Binary1101000111010011100000100101110111010010101010001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13470; }

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

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

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

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

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

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

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

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