#d13772

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

Shades of Cerise #D13772

Tints of Cerise #D13772

Color information

#D13772 (or 0xD13772) is unknown color: approx Cerise. HEX triplet: D1, 37 and 72. RGB value is (209,55,114). Sum of RGB (Red+Green+Blue) = 209+55+114=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D13772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13772 is #2EC88D. Grayscale: #6B6B6B. Windows color (decimal): -3065998 or 7485393. OLE color: 7485393.

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

Color convert

RGB20955114-
CMYK00.740.450.18
HSL337.01º62.6%51.76%-
HSV(B)337.01º73.68%81.96%-
XYZ30.717.517.68-
YUV107.77131.52200.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 55 (21.88% from 255) = 14.55%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=55.29%
G=14.55%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095511400.740.450.18337.0162.651.76
HexD1377204A2D121513f34
Octal32167162011255225217764
Binary1101000111011111100100100101010110110010101010001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13772; }

 p { color: rgb(209,55,114); }

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

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

 a { background-color: rgb(209,55,114); }

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

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

 span { border-color: rgb(209,55,114); }

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