Html Css Color HEX #D522B0 Spicy Pink

📋 copy color: '#D522B0'

red 213 ◦ green 34 ◦ blue 176

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

Shades of Spicy Pink #D522B0

Tints of Spicy Pink #D522B0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.04%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 50.35%
G = 8.04%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D522B0 (or 0xD522B0) is known color: Spicy Pink. HEX triplet: D5, 22 and B0. RGB value is (213,34,176). Sum of RGB (Red+Green+Blue) = 213+34+176=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D522B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D522B0 is #2ADD4F. Grayscale: #676767. Windows color (decimal): -2809168 or 11543253. OLE color: 11543253.

HSL color Cylindrical-coordinate representation of color #D522B0: hue angle of 312.4º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D522B0 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 176 -
CMYK 0 0.84 0.17 0.16
HSL 312.4º 0.72% 0.48% -
HSV(B) 312.4º 0.84% 0.84% -
XYZ 35.85 18.42 42.74 -
YUV 103.71 168.8 205.95 -
System Red Green Blue C M Y K H S L
Decimal 213 34 176 0 0.84 0.17 0.16 312.4 0.72 0.48
Hex D5 22 B0 0 54 11 10 138 48 30
Octal 325 42 260 0 124 21 20 470 110 60
Binary 11010101 100010 10110000 0 1010100 10001 10000 100111000 1001000 110000

Color Harmonies of #D522B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522B0

Black with #D522B0

Text Example


Text Example

White with #D522B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522B0; }

 p { color: rgb(213,34,176); }

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

background-color css

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

 a { background-color: rgb(213,34,176); }

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

border-color css

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

 span { border-color: rgb(213,34,176); }

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