#D93272

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

Shades of Cerise #D93272

Tints of Cerise #D93272

Color information

#D93272 (or 0xD93272) is unknown color: approx Cerise. HEX triplet: D9, 32 and 72. RGB value is (217,50,114). Sum of RGB (Red+Green+Blue) = 217+50+114=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D93272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93272 is #26CD8D. Grayscale: #6B6B6B. Windows color (decimal): -2542990 or 7484121. OLE color: 7484121.

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

Color convert

RGB21750114-
CMYK00.770.470.15
HSL337.01º68.72%52.35%-
HSV(B)337.01º76.96%85.1%-
XYZ32.7918.2517.71-
YUV107.23131.83206.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.96%
GREEN value IS 50 (19.92% from 255) = 13.12%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=56.96%
G=13.12%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175011400.770.470.15337.0168.7252.35
HexD9327204D2FF1514534
Octal331621620115571752110564
Binary1101100111001011100100100110110111111111010100011000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93272; }

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

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

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

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

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

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

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

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