#D535A5

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

Shades of Deep Cerise #D535A5

Tints of Deep Cerise #D535A5

Color information

#D535A5 (or 0xD535A5) is unknown color: approx Deep Cerise. HEX triplet: D5, 35 and A5. RGB value is (213,53,165). Sum of RGB (Red+Green+Blue) = 213+53+165=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D535A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D535A5 is #2ACA5A. Grayscale: #717171. Windows color (decimal): -2804315 or 10827221. OLE color: 10827221.

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

Color convert

RGB21353165-
CMYK00.750.230.16
HSL318º65.57%52.16%-
HSV(B)318º75.12%83.53%-
XYZ35.5119.4137.47-
YUV113.61157.01198.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 53 (21.09% from 255) = 12.30%
BLUE value IS 165 (64.84% from 255) = 38.28%
R=49.42%
G=12.30%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135316500.750.230.1631865.5752.16
HexD535A504B171013e4234
Octal325652450113272047610264
Binary11010101110101101001010100101110111100001001111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D535A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D535A5; }

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

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

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

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

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

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

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

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