Html Css Color HEX #D721AC Spicy Pink

📋 copy color: '#D721AC'

red 215 ◦ green 33 ◦ blue 172

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

Shades of Spicy Pink #D721AC

Tints of Spicy Pink #D721AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 51.19%
G = 7.86%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D721AC (or 0xD721AC) is known color: Spicy Pink. HEX triplet: D7, 21 and AC. RGB value is (215,33,172). Sum of RGB (Red+Green+Blue) = 215+33+172=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D721AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D721AC is #28DE53. Grayscale: #666666. Windows color (decimal): -2678356 or 11280855. OLE color: 11280855.

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

Color convert

RGB 215 33 172 -
CMYK 0 0.85 0.2 0.16
HSL 314.18º 0.73% 0.49% -
HSV(B) 314.18º 0.85% 0.84% -
XYZ 36.01 18.51 40.7 -
YUV 103.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 215 33 172 0 0.85 0.2 0.16 314.18 0.73 0.49
Hex D7 21 AC 0 55 14 10 13A 49 31
Octal 327 41 254 0 125 24 20 472 111 61
Binary 11010111 100001 10101100 0 1010101 10100 10000 100111010 1001001 110001

Color Harmonies of #D721AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D721AC

Black with #D721AC

Text Example


Text Example

White with #D721AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D721AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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