#D13070

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

Shades of Cerise #D13070

Tints of Cerise #D13070

Color information

#D13070 (or 0xD13070) is unknown color: approx Cerise. HEX triplet: D1, 30 and 70. RGB value is (209,48,112). Sum of RGB (Red+Green+Blue) = 209+48+112=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D13070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13070 is #2ECF8F. Grayscale: #676767. Windows color (decimal): -3067792 or 7352529. OLE color: 7352529.

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

Color convert

RGB20948112-
CMYK00.770.460.18
HSL336.15º63.64%50.39%-
HSV(B)336.15º77.03%81.96%-
XYZ30.2816.8416.98-
YUV103.44132.84203.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.64%
GREEN value IS 48 (19.14% from 255) = 13.01%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=56.64%
G=13.01%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094811200.770.460.18336.1563.6450.39
HexD1307004D2E121504032
Octal321601600115562252010062
Binary11010001110000111000001001101101110100101010100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13070; }

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

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

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

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

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

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

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

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