Html Css Color HEX #D521B3 Spicy Pink

📋 copy color: '#D521B3'

red 213 ◦ green 33 ◦ blue 179

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

Shades of Spicy Pink #D521B3

Tints of Spicy Pink #D521B3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.76%

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

R = 50.12%
G = 7.76%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D521B3 (or 0xD521B3) is known color: Spicy Pink. HEX triplet: D5, 21 and B3. RGB value is (213,33,179). Sum of RGB (Red+Green+Blue) = 213+33+179=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D521B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521B3 is #2ADE4C. Grayscale: #676767. Windows color (decimal): -2809421 or 11739605. OLE color: 11739605.

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

Color convert

RGB 213 33 179 -
CMYK 0 0.85 0.16 0.16
HSL 311.33º 0.73% 0.48% -
HSV(B) 311.33º 0.85% 0.84% -
XYZ 36.12 18.49 44.31 -
YUV 103.46 170.63 206.13 -
System Red Green Blue C M Y K H S L
Decimal 213 33 179 0 0.85 0.16 0.16 311.33 0.73 0.48
Hex D5 21 B3 0 55 10 10 137 49 30
Octal 325 41 263 0 125 20 20 467 111 60
Binary 11010101 100001 10110011 0 1010101 10000 10000 100110111 1001001 110000

Color Harmonies of #D521B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521B3

Black with #D521B3

Text Example


Text Example

White with #D521B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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