#D63D94

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

Shades of Deep Cerise #D63D94

Tints of Deep Cerise #D63D94

Color information

#D63D94 (or 0xD63D94) is unknown color: approx Deep Cerise. HEX triplet: D6, 3D and 94. RGB value is (214,61,148). Sum of RGB (Red+Green+Blue) = 214+61+148=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D94 is #29C26B. Grayscale: #747474. Windows color (decimal): -2736748 or 9715158. OLE color: 9715158.

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

Color convert

RGB21461148-
CMYK00.710.310.16
HSL325.88º65.11%53.92%-
HSV(B)325.88º71.5%83.92%-
XYZ34.7519.7730-
YUV116.66145.69197.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=50.59%
G=14.42%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146114800.710.310.16325.8865.1153.92
HexD63D940471F101464136
Octal326752240107372050610166
Binary11010110111101100101000100011111111100001010001101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D94; }

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

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

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

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

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

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

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

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