#D7346C

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

Shades of Cerise #D7346C

Tints of Cerise #D7346C

Color information

#D7346C (or 0xD7346C) is unknown color: approx Cerise. HEX triplet: D7, 34 and 6C. RGB value is (215,52,108). Sum of RGB (Red+Green+Blue) = 215+52+108=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7346C is #28CB93. Grayscale: #6B6B6B. Windows color (decimal): -2673556 or 7091415. OLE color: 7091415.

HSL color Cylindrical-coordinate representation of color #D7346C: hue angle of 339.39º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7346C is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21552108-
CMYK00.760.500.16
HSL339.39º67.08%52.35%-
HSV(B)339.39º75.81%84.31%-
XYZ31.9617.9915.97-
YUV107.12128.5204.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.33%
GREEN value IS 52 (20.70% from 255) = 13.87%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=57.33%
G=13.87%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155210800.760.500.16339.3967.0852.35
HexD7346C04C32101534334
Octal327641540114622052310364
Binary11010111110100110110001001100110010100001010100111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7346C; }

 p { color: rgb(215,52,108); }

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

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

 a { background-color: rgb(215,52,108); }

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

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

 span { border-color: rgb(215,52,108); }

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