#D13B68

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

Shades of Cerise #D13B68

Tints of Cerise #D13B68

Color information

#D13B68 (or 0xD13B68) is unknown color: approx Cerise. HEX triplet: D1, 3B and 68. RGB value is (209,59,104). Sum of RGB (Red+Green+Blue) = 209+59+104=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B68 is #2EC497. Grayscale: #6C6C6C. Windows color (decimal): -3064984 or 6831057. OLE color: 6831057.

HSL color Cylindrical-coordinate representation of color #D13B68: hue angle of 342º 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 #D13B68 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20959104-
CMYK00.720.500.18
HSL342º61.98%52.55%-
HSV(B)342º71.77%81.96%-
XYZ30.3617.6814.91-
YUV108.98125.2199.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 59 (23.44% from 255) = 15.86%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=56.18%
G=15.86%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095910400.720.500.1834261.9852.55
HexD13B6804832121563e35
Octal32173150011062225267665
Binary1101000111101111010000100100011001010010101010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13B68; }

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

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

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

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

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

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

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

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