Html Css Color HEX #D720AB Spicy Pink

📋 copy color: '#D720AB'

red 215 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #D720AB

Tints of Spicy Pink #D720AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.66%

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

R = 51.44%
G = 7.66%
B = 40.91%

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

#D720AB (or 0xD720AB) is known color: Spicy Pink. HEX triplet: D7, 20 and AB. RGB value is (215,32,171). Sum of RGB (Red+Green+Blue) = 215+32+171=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D720AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720AB is #28DF54. Grayscale: #666666. Windows color (decimal): -2678613 or 11215063. OLE color: 11215063.

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

Color convert

RGB 215 32 171 -
CMYK 0 0.85 0.20 0.16
HSL 314.43º 0.74% 0.48% -
HSV(B) 314.43º 0.85% 0.84% -
XYZ 35.89 18.42 40.19 -
YUV 102.56 166.63 208.2 -
System Red Green Blue C M Y K H S L
Decimal 215 32 171 0 0.85 0.20 0.16 314.43 0.74 0.48
Hex D7 20 AB 0 55 14 10 13A 4A 30
Octal 327 40 253 0 125 24 20 472 112 60
Binary 11010111 100000 10101011 0 1010101 10100 10000 100111010 1001010 110000

Color Harmonies of #D720AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720AB

Black with #D720AB

Text Example


Text Example

White with #D720AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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