#D6358C

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

Shades of Deep Cerise #D6358C

Tints of Deep Cerise #D6358C

Color information

#D6358C (or 0xD6358C) is unknown color: approx Deep Cerise. HEX triplet: D6, 35 and 8C. RGB value is (214,53,140). Sum of RGB (Red+Green+Blue) = 214+53+140=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6358C is #29CA73. Grayscale: #6E6E6E. Windows color (decimal): -2738804 or 9188822. OLE color: 9188822.

HSL color Cylindrical-coordinate representation of color #D6358C: hue angle of 327.58º 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 #D6358C is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21453140-
CMYK00.750.350.16
HSL327.58º66.26%52.35%-
HSV(B)327.58º75.23%83.92%-
XYZ33.7418.7426.65-
YUV111.06144.34201.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 53 (21.09% from 255) = 13.02%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=52.58%
G=13.02%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145314000.750.350.16327.5866.2652.35
HexD6358C04B23101484234
Octal326652140113432051010264
Binary110101101101011000110001001011100011100001010010001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6358C; }

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

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

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

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

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

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

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

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