#D63A75

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

Shades of Deep Cerise #D63A75

Tints of Deep Cerise #D63A75

Color information

#D63A75 (or 0xD63A75) is unknown color: approx Deep Cerise. HEX triplet: D6, 3A and 75. RGB value is (214,58,117). Sum of RGB (Red+Green+Blue) = 214+58+117=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A75 is #29C58A. Grayscale: #6F6F6F. Windows color (decimal): -2737547 or 7682774. OLE color: 7682774.

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

Color convert

RGB21458117-
CMYK00.730.450.16
HSL337.31º65.55%53.33%-
HSV(B)337.31º72.9%83.92%-
XYZ32.4618.6118.71-
YUV111.37131.18201.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.01%
GREEN value IS 58 (23.05% from 255) = 14.91%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=55.01%
G=14.91%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145811700.730.450.16337.3165.5553.33
HexD63A750492D101514235
Octal326721650111552052110265
Binary11010110111010111010101001001101101100001010100011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63A75; }

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

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

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

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

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

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

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

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