#D13482

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

Shades of Deep Cerise #D13482

Tints of Deep Cerise #D13482

Color information

#D13482 (or 0xD13482) is unknown color: approx Deep Cerise. HEX triplet: D1, 34 and 82. RGB value is (209,52,130). Sum of RGB (Red+Green+Blue) = 209+52+130=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D13482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13482 is #2ECB7D. Grayscale: #6B6B6B. Windows color (decimal): -3066750 or 8533201. OLE color: 8533201.

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

Color convert

RGB20952130-
CMYK00.750.380.18
HSL330.19º63.05%51.18%-
HSV(B)330.19º75.12%81.96%-
XYZ31.5517.6222.86-
YUV107.84140.51200.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 52 (20.70% from 255) = 13.30%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=53.45%
G=13.30%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095213000.750.380.18330.1963.0551.18
HexD1348204B261214a3f33
Octal32164202011346225127763
Binary11010001110100100000100100101110011010010101001010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13482; }

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

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

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

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

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

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

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

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