#D13968

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

Shades of Cerise #D13968

Tints of Cerise #D13968

Color information

#D13968 (or 0xD13968) is unknown color: approx Cerise. HEX triplet: D1, 39 and 68. RGB value is (209,57,104). Sum of RGB (Red+Green+Blue) = 209+57+104=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D13968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13968 is #2EC697. Grayscale: #6B6B6B. Windows color (decimal): -3065496 or 6830545. OLE color: 6830545.

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

Color convert

RGB20957104-
CMYK00.730.500.18
HSL341.45º62.3%52.16%-
HSV(B)341.45º72.73%81.96%-
XYZ30.2617.4814.88-
YUV107.81125.86200.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.49%
GREEN value IS 57 (22.66% from 255) = 15.41%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=56.49%
G=15.41%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095710400.730.500.18341.4562.352.16
HexD1396804932121553e34
Octal32171150011162225257664
Binary1101000111100111010000100100111001010010101010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13968; }

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

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

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

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

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

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

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

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