#D9346F

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

Shades of Cerise #D9346F

Tints of Cerise #D9346F

Color information

#D9346F (or 0xD9346F) is unknown color: approx Cerise. HEX triplet: D9, 34 and 6F. RGB value is (217,52,111). Sum of RGB (Red+Green+Blue) = 217+52+111=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9346F is #26CB90. Grayscale: #6B6B6B. Windows color (decimal): -2542481 or 7288025. OLE color: 7288025.

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

Color convert

RGB21752111-
CMYK00.760.490.15
HSL338.55º68.46%52.75%-
HSV(B)338.55º76.04%85.1%-
XYZ32.7118.3616.86-
YUV108.06129.66205.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 52 (20.70% from 255) = 13.68%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=57.11%
G=13.68%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175211100.760.490.15338.5568.4652.75
HexD9346F04C31F1534435
Octal331641570114611752310465
Binary1101100111010011011110100110011000111111010100111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9346F; }

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

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

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

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

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

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

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

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