#D63385

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

Shades of Deep Cerise #D63385

Tints of Deep Cerise #D63385

Color information

#D63385 (or 0xD63385) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 85. RGB value is (214,51,133). Sum of RGB (Red+Green+Blue) = 214+51+133=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D63385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63385 is #29CC7A. Grayscale: #6C6C6C. Windows color (decimal): -2739323 or 8729558. OLE color: 8729558.

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

Color convert

RGB21451133-
CMYK00.760.380.16
HSL329.82º66.53%51.96%-
HSV(B)329.82º76.17%83.92%-
XYZ33.1518.3623.99-
YUV109.08141.5202.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 51 (20.31% from 255) = 12.81%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=53.77%
G=12.81%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145113300.760.380.16329.8266.5351.96
HexD6338504C261014a4334
Octal326632050114462051210364
Binary110101101100111000010101001100100110100001010010101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63385; }

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

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

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

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

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

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

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

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