#D63AA5

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

Shades of Deep Cerise #D63AA5

Tints of Deep Cerise #D63AA5

Color information

#D63AA5 (or 0xD63AA5) is unknown color: approx Deep Cerise. HEX triplet: D6, 3A and A5. RGB value is (214,58,165). Sum of RGB (Red+Green+Blue) = 214+58+165=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63AA5 is #29C55A. Grayscale: #747474. Windows color (decimal): -2737499 or 10828502. OLE color: 10828502.

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

Color convert

RGB21458165-
CMYK00.730.230.16
HSL318.85º65.55%53.33%-
HSV(B)318.85º72.9%83.92%-
XYZ36.0420.0437.57-
YUV116.84155.18197.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 58 (23.05% from 255) = 13.27%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=48.97%
G=13.27%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145816500.730.230.16318.8565.5553.33
HexD63AA5049171013f4235
Octal326722450111272047710265
Binary11010110111010101001010100100110111100001001111111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63AA5; }

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

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

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

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

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

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

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

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