#D13484

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

Shades of Deep Cerise #D13484

Tints of Deep Cerise #D13484

Color information

#D13484 (or 0xD13484) is unknown color: approx Deep Cerise. HEX triplet: D1, 34 and 84. RGB value is (209,52,132). Sum of RGB (Red+Green+Blue) = 209+52+132=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D13484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13484 is #2ECB7B. Grayscale: #6B6B6B. Windows color (decimal): -3066748 or 8664273. OLE color: 8664273.

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

Color convert

RGB20952132-
CMYK00.750.370.18
HSL329.43º63.05%51.18%-
HSV(B)329.43º75.12%81.96%-
XYZ31.6917.6823.57-
YUV108.06141.51200-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 52 (20.70% from 255) = 13.23%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=53.18%
G=13.23%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095213200.750.370.18329.4363.0551.18
HexD1348404B25121493f33
Octal32164204011345225117763
Binary11010001110100100001000100101110010110010101001001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13484; }

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

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

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

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

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

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

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

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