#D63D8F

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

Shades of Deep Cerise #D63D8F

Tints of Deep Cerise #D63D8F

Color information

#D63D8F (or 0xD63D8F) is unknown color: approx Deep Cerise. HEX triplet: D6, 3D and 8F. RGB value is (214,61,143). Sum of RGB (Red+Green+Blue) = 214+61+143=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D8F is #29C270. Grayscale: #737373. Windows color (decimal): -2736753 or 9387478. OLE color: 9387478.

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

Color convert

RGB21461143-
CMYK00.710.330.16
HSL327.84º65.11%53.92%-
HSV(B)327.84º71.5%83.92%-
XYZ34.3619.6227.96-
YUV116.1143.19197.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 61 (24.22% from 255) = 14.59%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=51.20%
G=14.59%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146114300.710.330.16327.8465.1153.92
HexD63D8F04721101484136
Octal326752170107412051010166
Binary110101101111011000111101000111100001100001010010001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D8F; }

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

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

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

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

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

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

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

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