Html Css Color HEX #D531AA Deep Cerise

📋 copy color: '#D531AA'

red 213 ◦ green 49 ◦ blue 170

#D531AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D531AA

Tints of Deep Cerise #D531AA

RGB

 RED value IS 213 (83.59% from 255) = 49.31%

 GREEN value IS 49 (19.53% from 255) = 11.34%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 49.31%
G = 11.34%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D531AA (or 0xD531AA) is known color: Deep Cerise. HEX triplet: D5, 31 and AA. RGB value is (213,49,170). Sum of RGB (Red+Green+Blue) = 213+49+170=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D531AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D531AA is #2ACE55. Grayscale: #6F6F6F. Windows color (decimal): -2805334 or 11153877. OLE color: 11153877.

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

Color convert

RGB 213 49 170 -
CMYK 0 0.77 0.20 0.16
HSL 315.73º 0.66% 0.51% -
HSV(B) 315.73º 0.77% 0.84% -
XYZ 35.79 19.25 39.86 -
YUV 111.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 213 49 170 0 0.77 0.20 0.16 315.73 0.66 0.51
Hex D5 31 AA 0 4D 14 10 13C 42 33
Octal 325 61 252 0 115 24 20 474 102 63
Binary 11010101 110001 10101010 0 1001101 10100 10000 100111100 1000010 110011

Color Harmonies of #D531AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531AA

Black with #D531AA

Text Example


Text Example

White with #D531AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531AA; }

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

 H1.HeaderClassName
 {
   color: #D531AA;
 }
 .AnyTagClassName
 {
   color: #D531AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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