#D93281

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

Shades of Deep Cerise #D93281

Tints of Deep Cerise #D93281

Color information

#D93281 (or 0xD93281) is unknown color: approx Deep Cerise. HEX triplet: D9, 32 and 81. RGB value is (217,50,129). Sum of RGB (Red+Green+Blue) = 217+50+129=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D93281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93281 is #26CD7E. Grayscale: #6C6C6C. Windows color (decimal): -2542975 or 8467161. OLE color: 8467161.

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

Color convert

RGB21750129-
CMYK00.770.410.15
HSL331.62º68.72%52.35%-
HSV(B)331.62º76.96%85.1%-
XYZ33.7218.6222.59-
YUV108.94139.33205.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.80%
GREEN value IS 50 (19.92% from 255) = 12.63%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=54.80%
G=12.63%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175012900.770.410.15331.6268.7252.35
HexD9328104D29F14c4534
Octal331622010115511751410564
Binary11011001110010100000010100110110100111111010011001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93281; }

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

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

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

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

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

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

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

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