#D9347F

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

Shades of Deep Cerise #D9347F

Tints of Deep Cerise #D9347F

Color information

#D9347F (or 0xD9347F) is unknown color: approx Deep Cerise. HEX triplet: D9, 34 and 7F. RGB value is (217,52,127). Sum of RGB (Red+Green+Blue) = 217+52+127=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9347F is #26CB80. Grayscale: #6D6D6D. Windows color (decimal): -2542465 or 8336601. OLE color: 8336601.

HSL color Cylindrical-coordinate representation of color #D9347F: hue angle of 332.73º 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 #D9347F is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB21752127-
CMYK00.760.410.15
HSL332.73º68.46%52.75%-
HSV(B)332.73º76.04%85.1%-
XYZ33.6718.7421.92-
YUV109.88137.66204.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.80%
GREEN value IS 52 (20.70% from 255) = 13.13%
BLUE value IS 127 (50% from 255) = 32.07%
R=54.80%
G=13.13%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175212700.760.410.15332.7368.4652.75
HexD9347F04C29F14d4435
Octal331641770114511751510465
Binary1101100111010011111110100110010100111111010011011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9347F; }

 p { color: rgb(217,52,127); }

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

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

 a { background-color: rgb(217,52,127); }

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

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

 span { border-color: rgb(217,52,127); }

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