#D6389F

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

Shades of Deep Cerise #D6389F

Tints of Deep Cerise #D6389F

Color information

#D6389F (or 0xD6389F) is unknown color: approx Deep Cerise. HEX triplet: D6, 38 and 9F. RGB value is (214,56,159). Sum of RGB (Red+Green+Blue) = 214+56+159=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6389F is #29C760. Grayscale: #727272. Windows color (decimal): -2738017 or 10434774. OLE color: 10434774.

HSL color Cylindrical-coordinate representation of color #D6389F: hue angle of 320.89º degrees, saturation: 0.66, 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 #D6389F is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21456159-
CMYK00.740.260.16
HSL320.89º65.83%52.94%-
HSV(B)320.89º73.83%83.92%-
XYZ35.419.6334.72-
YUV114.98152.85198.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 56 (22.27% from 255) = 13.05%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=49.88%
G=13.05%
B=37.06%

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
Decimal2145615900.740.260.16320.8965.8352.94
HexD6389F04A1A101414235
Octal326702370112322050110265
Binary11010110111000100111110100101011010100001010000011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6389F; }

 p { color: rgb(214,56,159); }

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

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

 a { background-color: rgb(214,56,159); }

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

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

 span { border-color: rgb(214,56,159); }

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