Html Css Color HEX #D524A6 Deep Cerise

📋 copy color: '#D524A6'

red 213 ◦ green 36 ◦ blue 166

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

Shades of Deep Cerise #D524A6

Tints of Deep Cerise #D524A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40%

R = 51.33%
G = 8.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D524A6 (or 0xD524A6) is known color: Deep Cerise. HEX triplet: D5, 24 and A6. RGB value is (213,36,166). Sum of RGB (Red+Green+Blue) = 213+36+166=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D524A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D524A6 is #2ADB59. Grayscale: #676767. Windows color (decimal): -2808666 or 10888405. OLE color: 10888405.

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

Color convert

RGB 213 36 166 -
CMYK 0 0.83 0.22 0.16
HSL 315.93º 0.71% 0.49% -
HSV(B) 315.93º 0.83% 0.84% -
XYZ 34.95 18.16 37.74 -
YUV 103.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 213 36 166 0 0.83 0.22 0.16 315.93 0.71 0.49
Hex D5 24 A6 0 53 16 10 13C 47 31
Octal 325 44 246 0 123 26 20 474 107 61
Binary 11010101 100100 10100110 0 1010011 10110 10000 100111100 1000111 110001

Color Harmonies of #D524A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D524A6

Black with #D524A6

Text Example


Text Example

White with #D524A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D524A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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