#d63a8f

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

Shades of Deep Cerise #D63A8F

Tints of Deep Cerise #D63A8F

Color information

#D63A8F (or 0xD63A8F) is unknown color: approx Deep Cerise. HEX triplet: D6, 3A and 8F. RGB value is (214,58,143). Sum of RGB (Red+Green+Blue) = 214+58+143=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63A8F is #29C570. Grayscale: #727272. Windows color (decimal): -2737521 or 9386710. OLE color: 9386710.

HSL color Cylindrical-coordinate representation of color #D63A8F: hue angle of 327.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63A8F is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21458143-
CMYK00.730.330.16
HSL327.31º65.55%53.33%-
HSV(B)327.31º72.9%83.92%-
XYZ34.219.3127.91-
YUV114.33144.18199.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 58 (23.05% from 255) = 13.98%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=51.57%
G=13.98%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145814300.730.330.16327.3165.5553.33
HexD63A8F04921101474235
Octal326722170111412050710265
Binary110101101110101000111101001001100001100001010001111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d63a8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d63a8f; }

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

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

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

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

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

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

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

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