#D534AA

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

Shades of Deep Cerise #D534AA

Tints of Deep Cerise #D534AA

Color information

#D534AA (or 0xD534AA) is unknown color: approx Deep Cerise. HEX triplet: D5, 34 and AA. RGB value is (213,52,170). Sum of RGB (Red+Green+Blue) = 213+52+170=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D534AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D534AA is #2ACB55. Grayscale: #717171. Windows color (decimal): -2804566 or 11154645. OLE color: 11154645.

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

Color convert

RGB21352170-
CMYK00.760.200.16
HSL316.02º65.71%51.96%-
HSV(B)316.02º75.59%83.53%-
XYZ35.9219.539.9-
YUV113.59159.84198.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 52 (20.70% from 255) = 11.95%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=48.97%
G=11.95%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135217000.760.200.16316.0265.7151.96
HexD534AA04C141013c4234
Octal325642520114242047410264
Binary11010101110100101010100100110010100100001001111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D534AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D534AA; }

 p { color: rgb(213,52,170); }

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

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

 a { background-color: rgb(213,52,170); }

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

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

 span { border-color: rgb(213,52,170); }

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