#D93DA1

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

Shades of Deep Cerise #D93DA1

Tints of Deep Cerise #D93DA1

Color information

#D93DA1 (or 0xD93DA1) is unknown color: approx Deep Cerise. HEX triplet: D9, 3D and A1. RGB value is (217,61,161). Sum of RGB (Red+Green+Blue) = 217+61+161=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DA1 is #26C25E. Grayscale: #767676. Windows color (decimal): -2540127 or 10567129. OLE color: 10567129.

HSL color Cylindrical-coordinate representation of color #D93DA1: hue angle of 321.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93DA1 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB21761161-
CMYK00.720.260.15
HSL321.54º67.24%54.51%-
HSV(B)321.54º71.89%85.1%-
XYZ36.7220.6635.77-
YUV119.04151.68197.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 61 (24.22% from 255) = 13.90%
BLUE value IS 161 (63.28% from 255) = 36.67%
R=49.43%
G=13.90%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176116100.720.260.15321.5467.2454.51
HexD93DA10481AF1424337
Octal331752410110321750210367
Binary1101100111110110100001010010001101011111010000101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93DA1; }

 p { color: rgb(217,61,161); }

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

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

 a { background-color: rgb(217,61,161); }

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

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

 span { border-color: rgb(217,61,161); }

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