#D940A3

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

Shades of Deep Cerise #D940A3

Tints of Deep Cerise #D940A3

Color information

#D940A3 (or 0xD940A3) is unknown color: approx Deep Cerise. HEX triplet: D9, 40 and A3. RGB value is (217,64,163). Sum of RGB (Red+Green+Blue) = 217+64+163=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D940A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D940A3 is #26BF5C. Grayscale: #787878. Windows color (decimal): -2539357 or 10698969. OLE color: 10698969.

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

Color convert

RGB21764163-
CMYK00.710.250.15
HSL321.18º66.81%55.1%-
HSV(B)321.18º70.51%85.1%-
XYZ37.0621.0636.76-
YUV121.03151.69196.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.87%
GREEN value IS 64 (25.39% from 255) = 14.41%
BLUE value IS 163 (64.06% from 255) = 36.71%
R=48.87%
G=14.41%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176416300.710.250.15321.1866.8155.1
HexD940A304719F1414337
Octal3311002430107311750110367
Binary11011001100000010100011010001111100111111010000011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D940A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D940A3; }

 p { color: rgb(217,64,163); }

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

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

 a { background-color: rgb(217,64,163); }

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

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

 span { border-color: rgb(217,64,163); }

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