#D7326C

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

Shades of Cerise #D7326C

Tints of Cerise #D7326C

Color information

#D7326C (or 0xD7326C) is unknown color: approx Cerise. HEX triplet: D7, 32 and 6C. RGB value is (215,50,108). Sum of RGB (Red+Green+Blue) = 215+50+108=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7326C is #28CD93. Grayscale: #696969. Windows color (decimal): -2674068 or 7090903. OLE color: 7090903.

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

Color convert

RGB21550108-
CMYK00.770.500.16
HSL338.91º67.35%51.96%-
HSV(B)338.91º76.74%84.31%-
XYZ31.8717.8115.95-
YUV105.95129.16205.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.64%
GREEN value IS 50 (19.92% from 255) = 13.40%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=57.64%
G=13.40%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155010800.770.500.16338.9167.3551.96
HexD7326C04D32101534334
Octal327621540115622052310364
Binary11010111110010110110001001101110010100001010100111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7326C; }

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

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

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

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

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

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

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

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