#D939AE

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

Shades of Deep Cerise #D939AE

Tints of Deep Cerise #D939AE

Color information

#D939AE (or 0xD939AE) is unknown color: approx Deep Cerise. HEX triplet: D9, 39 and AE. RGB value is (217,57,174). Sum of RGB (Red+Green+Blue) = 217+57+174=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D939AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D939AE is #26C651. Grayscale: #757575. Windows color (decimal): -2541138 or 11418073. OLE color: 11418073.

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

Color convert

RGB21757174-
CMYK00.740.200.15
HSL316.12º67.8%53.73%-
HSV(B)316.12º73.73%85.1%-
XYZ37.7220.7342.06-
YUV118.18159.51198.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 57 (22.66% from 255) = 12.72%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=48.44%
G=12.72%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175717400.740.200.15316.1267.853.73
HexD939AE04A14F13c4436
Octal331712560112241747410466
Binary1101100111100110101110010010101010011111001111001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D939AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D939AE; }

 p { color: rgb(217,57,174); }

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

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

 a { background-color: rgb(217,57,174); }

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

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

 span { border-color: rgb(217,57,174); }

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