Html Css Color HEX #D721AB Spicy Pink

📋 copy color: '#D721AB'

red 215 ◦ green 33 ◦ blue 171

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

Shades of Spicy Pink #D721AB

Tints of Spicy Pink #D721AB

RGB

 RED value IS 215 (84.38% from 255) = 51.31%

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 51.31%
G = 7.88%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D721AB (or 0xD721AB) is known color: Spicy Pink. HEX triplet: D7, 21 and AB. RGB value is (215,33,171). Sum of RGB (Red+Green+Blue) = 215+33+171=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D721AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D721AB is #28DE54. Grayscale: #666666. Windows color (decimal): -2678357 or 11215319. OLE color: 11215319.

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

Color convert

RGB 215 33 171 -
CMYK 0 0.85 0.20 0.16
HSL 314.51º 0.73% 0.49% -
HSV(B) 314.51º 0.85% 0.84% -
XYZ 35.92 18.48 40.2 -
YUV 103.15 166.3 207.78 -
System Red Green Blue C M Y K H S L
Decimal 215 33 171 0 0.85 0.20 0.16 314.51 0.73 0.49
Hex D7 21 AB 0 55 14 10 13B 49 31
Octal 327 41 253 0 125 24 20 473 111 61
Binary 11010111 100001 10101011 0 1010101 10100 10000 100111011 1001001 110001

Color Harmonies of #D721AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D721AB

Black with #D721AB

Text Example


Text Example

White with #D721AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D721AB; }

 p { color: rgb(215,33,171); }

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

background-color css

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

 a { background-color: rgb(215,33,171); }

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

border-color css

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

 span { border-color: rgb(215,33,171); }

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