Html Css Color HEX #D52AB7 Spicy Pink

📋 copy color: '#D52AB7'

red 213 ◦ green 42 ◦ blue 183

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

Shades of Spicy Pink #D52AB7

Tints of Spicy Pink #D52AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.78%

R = 48.63%
G = 9.59%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D52AB7 (or 0xD52AB7) is known color: Spicy Pink. HEX triplet: D5, 2A and B7. RGB value is (213,42,183). Sum of RGB (Red+Green+Blue) = 213+42+183=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D52AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52AB7 is #2AD548. Grayscale: #6C6C6C. Windows color (decimal): -2807113 or 12004053. OLE color: 12004053.

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

Color convert

RGB 213 42 183 -
CMYK 0 0.80 0.14 0.16
HSL 310.53º 0.67% 0.5% -
HSV(B) 310.53º 0.8% 0.84% -
XYZ 36.82 19.22 46.57 -
YUV 109.2 169.65 202.04 -
System Red Green Blue C M Y K H S L
Decimal 213 42 183 0 0.80 0.14 0.16 310.53 0.67 0.5
Hex D5 2A B7 0 50 E 10 137 43 32
Octal 325 52 267 0 120 16 20 467 103 62
Binary 11010101 101010 10110111 0 1010000 1110 10000 100110111 1000011 110010

Color Harmonies of #D52AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52AB7

Black with #D52AB7

Text Example


Text Example

White with #D52AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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