#D93798

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

Shades of Deep Cerise #D93798

Tints of Deep Cerise #D93798

Color information

#D93798 (or 0xD93798) is unknown color: approx Deep Cerise. HEX triplet: D9, 37 and 98. RGB value is (217,55,152). Sum of RGB (Red+Green+Blue) = 217+55+152=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D93798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93798 is #26C867. Grayscale: #727272. Windows color (decimal): -2541672 or 9975769. OLE color: 9975769.

HSL color Cylindrical-coordinate representation of color #D93798: hue angle of 324.07º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93798 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB21755152-
CMYK00.750.300.15
HSL324.07º68.07%53.33%-
HSV(B)324.07º74.65%85.1%-
XYZ35.6519.7531.64-
YUV114.5149.17201.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.18%
GREEN value IS 55 (21.88% from 255) = 12.97%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=51.18%
G=12.97%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175515200.750.300.15324.0768.0753.33
HexD9379804B1EF1444435
Octal331672300113361750410465
Binary1101100111011110011000010010111111011111010001001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93798; }

 p { color: rgb(217,55,152); }

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

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

 a { background-color: rgb(217,55,152); }

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

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

 span { border-color: rgb(217,55,152); }

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