#d93b82

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

Shades of Deep Cerise #D93B82

Tints of Deep Cerise #D93B82

Color information

#D93B82 (or 0xD93B82) is unknown color: approx Deep Cerise. HEX triplet: D9, 3B and 82. RGB value is (217,59,130). Sum of RGB (Red+Green+Blue) = 217+59+130=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B82 is #26C47D. Grayscale: #727272. Windows color (decimal): -2540670 or 8535001. OLE color: 8535001.

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

Color convert

RGB21759130-
CMYK00.730.400.15
HSL333.04º67.52%54.12%-
HSV(B)333.04º72.81%85.1%-
XYZ34.2119.4923.08-
YUV114.34136.85201.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.45%
GREEN value IS 59 (23.44% from 255) = 14.53%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=53.45%
G=14.53%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175913000.730.400.15333.0467.5254.12
HexD93B8204928F14d4436
Octal331732020111501751510466
Binary11011001111011100000100100100110100011111010011011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d93b82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d93b82; }

 p { color: rgb(217,59,130); }

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

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

 a { background-color: rgb(217,59,130); }

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

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

 span { border-color: rgb(217,59,130); }

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