#D9438E

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

Shades of Deep Cerise #D9438E

Tints of Deep Cerise #D9438E

Color information

#D9438E (or 0xD9438E) is unknown color: approx Deep Cerise. HEX triplet: D9, 43 and 8E. RGB value is (217,67,142). Sum of RGB (Red+Green+Blue) = 217+67+142=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9438E is #26BC71. Grayscale: #787878. Windows color (decimal): -2538610 or 9323481. OLE color: 9323481.

HSL color Cylindrical-coordinate representation of color #D9438E: hue angle of 330º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9438E is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21767142-
CMYK00.690.350.15
HSL330º66.37%55.69%-
HSV(B)330º69.12%85.1%-
XYZ35.520.7227.72-
YUV120.4140.2196.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 67 (26.56% from 255) = 15.73%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=50.94%
G=15.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176714200.690.350.1533066.3755.69
HexD9438E04523F14a4238
Octal3311032160105431751210270
Binary110110011000011100011100100010110001111111010010101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9438E; }

 p { color: rgb(217,67,142); }

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

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

 a { background-color: rgb(217,67,142); }

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

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

 span { border-color: rgb(217,67,142); }

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