#D6339B

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

Shades of Deep Cerise #D6339B

Tints of Deep Cerise #D6339B

Color information

#D6339B (or 0xD6339B) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 9B. RGB value is (214,51,155). Sum of RGB (Red+Green+Blue) = 214+51+155=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6339B is #29CC64. Grayscale: #6F6F6F. Windows color (decimal): -2739301 or 10171350. OLE color: 10171350.

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

Color convert

RGB21451155-
CMYK00.760.280.16
HSL321.72º66.53%51.96%-
HSV(B)321.72º76.17%83.92%-
XYZ34.8319.0332.85-
YUV111.59152.5201.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.95%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=50.95%
G=12.14%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145115500.760.280.16321.7266.5351.96
HexD6339B04C1C101424334
Octal326632330114342050210364
Binary11010110110011100110110100110011100100001010000101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6339B; }

 p { color: rgb(214,51,155); }

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

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

 a { background-color: rgb(214,51,155); }

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

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

 span { border-color: rgb(214,51,155); }

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