#D63D9D

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

Shades of Deep Cerise #D63D9D

Tints of Deep Cerise #D63D9D

Color information

#D63D9D (or 0xD63D9D) is unknown color: approx Deep Cerise. HEX triplet: D6, 3D and 9D. RGB value is (214,61,157). Sum of RGB (Red+Green+Blue) = 214+61+157=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D9D is #29C262. Grayscale: #757575. Windows color (decimal): -2736739 or 10304982. OLE color: 10304982.

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

Color convert

RGB21461157-
CMYK00.710.270.16
HSL322.35º65.11%53.92%-
HSV(B)322.35º71.5%83.92%-
XYZ35.4920.0733.9-
YUV117.69150.19196.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.54%
GREEN value IS 61 (24.22% from 255) = 14.12%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=49.54%
G=14.12%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146115700.710.270.16322.3565.1153.92
HexD63D9D0471B101424136
Octal326752350107332050210166
Binary11010110111101100111010100011111011100001010000101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D9D; }

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

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

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

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

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

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

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

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