#D5389D

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

Shades of Deep Cerise #D5389D

Tints of Deep Cerise #D5389D

Color information

#D5389D (or 0xD5389D) is unknown color: approx Deep Cerise. HEX triplet: D5, 38 and 9D. RGB value is (213,56,157). Sum of RGB (Red+Green+Blue) = 213+56+157=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5389D is #2AC762. Grayscale: #727272. Windows color (decimal): -2803555 or 10303701. OLE color: 10303701.

HSL color Cylindrical-coordinate representation of color #D5389D: hue angle of 321.4º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5389D is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21356157-
CMYK00.740.260.16
HSL321.4º65.15%52.75%-
HSV(B)321.4º73.71%83.53%-
XYZ34.9419.4133.8-
YUV114.46152.01198.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 13.15%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=50%
G=13.15%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135615700.740.260.16321.465.1552.75
HexD5389D04A1A101414135
Octal325702350112322050110165
Binary11010101111000100111010100101011010100001010000011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5389D; }

 p { color: rgb(213,56,157); }

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

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

 a { background-color: rgb(213,56,157); }

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

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

 span { border-color: rgb(213,56,157); }

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