#D8347D

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

Shades of Deep Cerise #D8347D

Tints of Deep Cerise #D8347D

Color information

#D8347D (or 0xD8347D) is unknown color: approx Deep Cerise. HEX triplet: D8, 34 and 7D. RGB value is (216,52,125). Sum of RGB (Red+Green+Blue) = 216+52+125=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8347D is #27CB82. Grayscale: #6D6D6D. Windows color (decimal): -2608003 or 8205528. OLE color: 8205528.

HSL color Cylindrical-coordinate representation of color #D8347D: hue angle of 333.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8347D is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB21652125-
CMYK00.760.420.15
HSL333.29º67.77%52.55%-
HSV(B)333.29º75.93%84.71%-
XYZ33.2518.5421.23-
YUV109.36136.83204.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.96%
GREEN value IS 52 (20.70% from 255) = 13.23%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=54.96%
G=13.23%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165212500.760.420.15333.2967.7752.55
HexD8347D04C2AF14d4435
Octal330641750114521751510465
Binary1101100011010011111010100110010101011111010011011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8347D; }

 p { color: rgb(216,52,125); }

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

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

 a { background-color: rgb(216,52,125); }

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

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

 span { border-color: rgb(216,52,125); }

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