#d527aa

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

Shades of Deep Cerise #D527AA

Tints of Deep Cerise #D527AA

Color information

#D527AA (or 0xD527AA) is unknown color: approx Deep Cerise. HEX triplet: D5, 27 and AA. RGB value is (213,39,170). Sum of RGB (Red+Green+Blue) = 213+39+170=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D527AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D527AA is #2AD855. Grayscale: #696969. Windows color (decimal): -2807894 or 11151317. OLE color: 11151317.

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

Color convert

RGB21339170-
CMYK00.820.200.16
HSL314.83º69.05%49.41%-
HSV(B)314.83º81.69%83.53%-
XYZ35.4218.539.73-
YUV105.96164.15204.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.47%
GREEN value IS 39 (15.62% from 255) = 9.24%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=50.47%
G=9.24%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133917000.820.200.16314.8369.0549.41
HexD527AA052141013b4531
Octal325472520122242047310561
Binary11010101100111101010100101001010100100001001110111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d527aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d527aa; }

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

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

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

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

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

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

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

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