#D6359F

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

Shades of Deep Cerise #D6359F

Tints of Deep Cerise #D6359F

Color information

#D6359F (or 0xD6359F) is unknown color: approx Deep Cerise. HEX triplet: D6, 35 and 9F. RGB value is (214,53,159). Sum of RGB (Red+Green+Blue) = 214+53+159=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6359F is #29CA60. Grayscale: #707070. Windows color (decimal): -2738785 or 10434006. OLE color: 10434006.

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

Color convert

RGB21453159-
CMYK00.750.260.16
HSL320.5º66.26%52.35%-
HSV(B)320.5º75.23%83.92%-
XYZ35.2619.3534.68-
YUV113.22153.84199.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 53 (21.09% from 255) = 12.44%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=50.23%
G=12.44%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145315900.750.260.16320.566.2652.35
HexD6359F04B1A101404234
Octal326652370113322050010264
Binary11010110110101100111110100101111010100001010000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6359F; }

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

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

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

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

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

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

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

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