Html Css Color HEX #D52AA5 Deep Cerise

📋 copy color: '#D52AA5'

red 213 ◦ green 42 ◦ blue 165

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

Shades of Deep Cerise #D52AA5

Tints of Deep Cerise #D52AA5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10%

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 50.71%
G = 10%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D52AA5 (or 0xD52AA5) is known color: Deep Cerise. HEX triplet: D5, 2A and A5. RGB value is (213,42,165). Sum of RGB (Red+Green+Blue) = 213+42+165=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D52AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52AA5 is #2AD55A. Grayscale: #6A6A6A. Windows color (decimal): -2807131 or 10824405. OLE color: 10824405.

HSL color Cylindrical-coordinate representation of color #D52AA5: hue angle of 316.84º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52AA5 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 42 165 -
CMYK 0 0.80 0.23 0.16
HSL 316.84º 0.67% 0.5% -
HSV(B) 316.84º 0.8% 0.84% -
XYZ 35.06 18.52 37.32 -
YUV 107.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 213 42 165 0 0.80 0.23 0.16 316.84 0.67 0.5
Hex D5 2A A5 0 50 17 10 13D 43 32
Octal 325 52 245 0 120 27 20 475 103 62
Binary 11010101 101010 10100101 0 1010000 10111 10000 100111101 1000011 110010

Color Harmonies of #D52AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52AA5

Black with #D52AA5

Text Example


Text Example

White with #D52AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52AA5; }

 p { color: rgb(213,42,165); }

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

background-color css

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

 a { background-color: rgb(213,42,165); }

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

border-color css

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

 span { border-color: rgb(213,42,165); }

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