#D13870

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

Shades of Cerise #D13870

Tints of Cerise #D13870

Color information

#D13870 (or 0xD13870) is unknown color: approx Cerise. HEX triplet: D1, 38 and 70. RGB value is (209,56,112). Sum of RGB (Red+Green+Blue) = 209+56+112=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D13870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13870 is #2EC78F. Grayscale: #6C6C6C. Windows color (decimal): -3065744 or 7354577. OLE color: 7354577.

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

Color convert

RGB20956112-
CMYK00.730.460.18
HSL338.04º62.45%51.96%-
HSV(B)338.04º73.21%81.96%-
XYZ30.6317.5517.1-
YUV108.13130.19199.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.44%
GREEN value IS 56 (22.27% from 255) = 14.85%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=55.44%
G=14.85%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095611200.730.460.18338.0462.4551.96
HexD138700492E121523e34
Octal32170160011156225227664
Binary1101000111100011100000100100110111010010101010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13870; }

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

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

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

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

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

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

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

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