#D63A7E

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

Shades of Deep Cerise #D63A7E

Tints of Deep Cerise #D63A7E

Color information

#D63A7E (or 0xD63A7E) is unknown color: approx Deep Cerise. HEX triplet: D6, 3A and 7E. RGB value is (214,58,126). Sum of RGB (Red+Green+Blue) = 214+58+126=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A7E is #29C581. Grayscale: #707070. Windows color (decimal): -2737538 or 8272598. OLE color: 8272598.

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

Color convert

RGB21458126-
CMYK00.730.410.16
HSL333.85º65.55%53.33%-
HSV(B)333.85º72.9%83.92%-
XYZ33.0118.8321.63-
YUV112.4135.68200.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 58 (23.05% from 255) = 14.57%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=53.77%
G=14.57%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145812600.730.410.16333.8565.5553.33
HexD63A7E049291014e4235
Octal326721760111512051610265
Binary11010110111010111111001001001101001100001010011101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63A7E; }

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

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

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

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

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

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

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

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