#D13B6F

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

Shades of Cerise #D13B6F

Tints of Cerise #D13B6F

Color information

#D13B6F (or 0xD13B6F) is unknown color: approx Cerise. HEX triplet: D1, 3B and 6F. RGB value is (209,59,111). Sum of RGB (Red+Green+Blue) = 209+59+111=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B6F is #2EC490. Grayscale: #6D6D6D. Windows color (decimal): -3064977 or 7289809. OLE color: 7289809.

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

Color convert

RGB20959111-
CMYK00.720.470.18
HSL339.2º61.98%52.55%-
HSV(B)339.2º71.77%81.96%-
XYZ30.7317.8316.86-
YUV109.78128.7198.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=55.15%
G=15.57%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095911100.720.470.18339.261.9852.55
HexD13B6F0482F121533e35
Octal32173157011057225237665
Binary1101000111101111011110100100010111110010101010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13B6F; }

 p { color: rgb(209,59,111); }

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

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

 a { background-color: rgb(209,59,111); }

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

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

 span { border-color: rgb(209,59,111); }

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