Html Css Color HEX #D522B3 Spicy Pink

📋 copy color: '#D522B3'

red 213 ◦ green 34 ◦ blue 179

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

Shades of Spicy Pink #D522B3

Tints of Spicy Pink #D522B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.02%

R = 50%
G = 7.98%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D522B3 (or 0xD522B3) is known color: Spicy Pink. HEX triplet: D5, 22 and B3. RGB value is (213,34,179). Sum of RGB (Red+Green+Blue) = 213+34+179=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D522B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522B3 is #2ADD4C. Grayscale: #676767. Windows color (decimal): -2809165 or 11739861. OLE color: 11739861.

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

Color convert

RGB 213 34 179 -
CMYK 0 0.84 0.16 0.16
HSL 311.4º 0.72% 0.48% -
HSV(B) 311.4º 0.84% 0.84% -
XYZ 36.15 18.54 44.32 -
YUV 104.05 170.3 205.71 -
System Red Green Blue C M Y K H S L
Decimal 213 34 179 0 0.84 0.16 0.16 311.4 0.72 0.48
Hex D5 22 B3 0 54 10 10 137 48 30
Octal 325 42 263 0 124 20 20 467 110 60
Binary 11010101 100010 10110011 0 1010100 10000 10000 100110111 1001000 110000

Color Harmonies of #D522B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522B3

Black with #D522B3

Text Example


Text Example

White with #D522B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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