#D63D9E

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

Shades of Deep Cerise #D63D9E

Tints of Deep Cerise #D63D9E

Color information

#D63D9E (or 0xD63D9E) is unknown color: approx Deep Cerise. HEX triplet: D6, 3D and 9E. RGB value is (214,61,158). Sum of RGB (Red+Green+Blue) = 214+61+158=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D9E is #29C261. Grayscale: #757575. Windows color (decimal): -2736738 or 10370518. OLE color: 10370518.

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

Color convert

RGB21461158-
CMYK00.710.260.16
HSL321.96º65.11%53.92%-
HSV(B)321.96º71.5%83.92%-
XYZ35.5720.134.35-
YUV117.8150.69196.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 61 (24.22% from 255) = 14.09%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=49.42%
G=14.09%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146115800.710.260.16321.9665.1153.92
HexD63D9E0471A101424136
Octal326752360107322050210166
Binary11010110111101100111100100011111010100001010000101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D9E; }

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

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

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

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

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

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

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

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