#D1348D

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

Shades of Deep Cerise #D1348D

Tints of Deep Cerise #D1348D

Color information

#D1348D (or 0xD1348D) is unknown color: approx Deep Cerise. HEX triplet: D1, 34 and 8D. RGB value is (209,52,141). Sum of RGB (Red+Green+Blue) = 209+52+141=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1348D is #2ECB72. Grayscale: #6C6C6C. Windows color (decimal): -3066739 or 9254097. OLE color: 9254097.

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

Color convert

RGB20952141-
CMYK00.750.330.18
HSL325.99º63.05%51.18%-
HSV(B)325.99º75.12%81.96%-
XYZ32.3317.9326.96-
YUV109.09146.01199.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 52 (20.70% from 255) = 12.94%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=51.99%
G=12.94%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095214100.750.330.18325.9963.0551.18
HexD1348D04B21121463f33
Octal32164215011341225067763
Binary11010001110100100011010100101110000110010101000110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1348D; }

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

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

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

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

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

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

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

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