Html Css Color HEX #D524A7 Deep Cerise

📋 copy color: '#D524A7'

red 213 ◦ green 36 ◦ blue 167

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

Shades of Deep Cerise #D524A7

Tints of Deep Cerise #D524A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.14%

R = 51.2%
G = 8.65%
B = 40.14%

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

#D524A7 (or 0xD524A7) is known color: Deep Cerise. HEX triplet: D5, 24 and A7. RGB value is (213,36,167). Sum of RGB (Red+Green+Blue) = 213+36+167=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D524A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D524A7 is #2ADB58. Grayscale: #676767. Windows color (decimal): -2808665 or 10953941. OLE color: 10953941.

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

Color convert

RGB 213 36 167 -
CMYK 0 0.83 0.22 0.16
HSL 315.59º 0.71% 0.49% -
HSV(B) 315.59º 0.83% 0.84% -
XYZ 35.05 18.2 38.22 -
YUV 103.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 213 36 167 0 0.83 0.22 0.16 315.59 0.71 0.49
Hex D5 24 A7 0 53 16 10 13C 47 31
Octal 325 44 247 0 123 26 20 474 107 61
Binary 11010101 100100 10100111 0 1010011 10110 10000 100111100 1000111 110001

Color Harmonies of #D524A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D524A7

Black with #D524A7

Text Example


Text Example

White with #D524A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D524A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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