#D63D84

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

Shades of Deep Cerise #D63D84

Tints of Deep Cerise #D63D84

Color information

#D63D84 (or 0xD63D84) is unknown color: approx Deep Cerise. HEX triplet: D6, 3D and 84. RGB value is (214,61,132). Sum of RGB (Red+Green+Blue) = 214+61+132=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D84 is #29C27B. Grayscale: #727272. Windows color (decimal): -2736764 or 8666582. OLE color: 8666582.

HSL color Cylindrical-coordinate representation of color #D63D84: hue angle of 332.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D84 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21461132-
CMYK00.710.380.16
HSL332.16º65.11%53.92%-
HSV(B)332.16º71.5%83.92%-
XYZ33.5719.323.79-
YUV114.84137.69198.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=52.58%
G=14.99%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146113200.710.380.16332.1665.1153.92
HexD63D84047261014c4136
Octal326752040107462051410166
Binary110101101111011000010001000111100110100001010011001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D84; }

 p { color: rgb(214,61,132); }

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

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

 a { background-color: rgb(214,61,132); }

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

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

 span { border-color: rgb(214,61,132); }

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