Html Css Color HEX #D524A0 Deep Cerise

📋 copy color: '#D524A0'

red 213 ◦ green 36 ◦ blue 160

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

Shades of Deep Cerise #D524A0

Tints of Deep Cerise #D524A0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.8%

 BLUE value IS 160 (62.89% from 255) = 39.12%

R = 52.08%
G = 8.8%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D524A0 (or 0xD524A0) is known color: Deep Cerise. HEX triplet: D5, 24 and A0. RGB value is (213,36,160). Sum of RGB (Red+Green+Blue) = 213+36+160=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D524A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D524A0 is #2ADB5F. Grayscale: #666666. Windows color (decimal): -2808672 or 10495189. OLE color: 10495189.

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

Color convert

RGB 213 36 160 -
CMYK 0 0.83 0.25 0.16
HSL 317.97º 0.71% 0.49% -
HSV(B) 317.97º 0.83% 0.84% -
XYZ 34.42 17.95 34.91 -
YUV 103.06 160.14 206.42 -
System Red Green Blue C M Y K H S L
Decimal 213 36 160 0 0.83 0.25 0.16 317.97 0.71 0.49
Hex D5 24 A0 0 53 19 10 13E 47 31
Octal 325 44 240 0 123 31 20 476 107 61
Binary 11010101 100100 10100000 0 1010011 11001 10000 100111110 1000111 110001

Color Harmonies of #D524A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D524A0

Black with #D524A0

Text Example


Text Example

White with #D524A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D524A0; }

 p { color: rgb(213,36,160); }

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

background-color css

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

 a { background-color: rgb(213,36,160); }

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

border-color css

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

 span { border-color: rgb(213,36,160); }

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