#D13884

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

Shades of Deep Cerise #D13884

Tints of Deep Cerise #D13884

Color information

#D13884 (or 0xD13884) is unknown color: approx Deep Cerise. HEX triplet: D1, 38 and 84. RGB value is (209,56,132). Sum of RGB (Red+Green+Blue) = 209+56+132=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D13884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13884 is #2EC77B. Grayscale: #6E6E6E. Windows color (decimal): -3065724 or 8665297. OLE color: 8665297.

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

Color convert

RGB20956132-
CMYK00.730.370.18
HSL330.2º62.45%51.96%-
HSV(B)330.2º73.21%81.96%-
XYZ31.8718.0523.63-
YUV110.41140.19198.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=52.64%
G=14.11%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095613200.730.370.18330.262.4551.96
HexD13884049251214a3e34
Octal32170204011145225127664
Binary11010001111000100001000100100110010110010101001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13884; }

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

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

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

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

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

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

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

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