#D535AE

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

Shades of Deep Cerise #D535AE

Tints of Deep Cerise #D535AE

Color information

#D535AE (or 0xD535AE) is unknown color: approx Deep Cerise. HEX triplet: D5, 35 and AE. RGB value is (213,53,174). Sum of RGB (Red+Green+Blue) = 213+53+174=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D535AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D535AE is #2ACA51. Grayscale: #727272. Windows color (decimal): -2804306 or 11417045. OLE color: 11417045.

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

Color convert

RGB21353174-
CMYK00.750.180.16
HSL314.62º65.57%52.16%-
HSV(B)314.62º75.12%83.53%-
XYZ36.3519.7541.94-
YUV114.63161.51198.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 53 (21.09% from 255) = 12.05%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=48.41%
G=12.05%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135317400.750.180.16314.6265.5752.16
HexD535AE04B121013b4234
Octal325652560113222047310264
Binary11010101110101101011100100101110010100001001110111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D535AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D535AE; }

 p { color: rgb(213,53,174); }

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

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

 a { background-color: rgb(213,53,174); }

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

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

 span { border-color: rgb(213,53,174); }

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