#D93271

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

Shades of Cerise #D93271

Tints of Cerise #D93271

Color information

#D93271 (or 0xD93271) is unknown color: approx Cerise. HEX triplet: D9, 32 and 71. RGB value is (217,50,113). Sum of RGB (Red+Green+Blue) = 217+50+113=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D93271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93271 is #26CD8E. Grayscale: #6B6B6B. Windows color (decimal): -2542991 or 7418585. OLE color: 7418585.

HSL color Cylindrical-coordinate representation of color #D93271: hue angle of 337.37º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93271 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB21750113-
CMYK00.770.480.15
HSL337.37º68.72%52.35%-
HSV(B)337.37º76.96%85.1%-
XYZ32.7418.2317.42-
YUV107.12131.33206.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=57.11%
G=13.16%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175011300.770.480.15337.3768.7252.35
HexD9327104D30F1514534
Octal331621610115601752110564
Binary1101100111001011100010100110111000011111010100011000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93271; }

 p { color: rgb(217,50,113); }

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

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

 a { background-color: rgb(217,50,113); }

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

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

 span { border-color: rgb(217,50,113); }

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