Html Css Color HEX #D726AA Spicy Pink

📋 copy color: '#D726AA'

red 215 ◦ green 38 ◦ blue 170

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

Shades of Spicy Pink #D726AA

Tints of Spicy Pink #D726AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.98%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 50.83%
G = 8.98%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D726AA (or 0xD726AA) is known color: Spicy Pink. HEX triplet: D7, 26 and AA. RGB value is (215,38,170). Sum of RGB (Red+Green+Blue) = 215+38+170=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D726AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D726AA is #28D955. Grayscale: #696969. Windows color (decimal): -2677078 or 11151063. OLE color: 11151063.

HSL color Cylindrical-coordinate representation of color #D726AA: hue angle of 315.25º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D726AA is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 170 -
CMYK 0 0.82 0.21 0.16
HSL 315.25º 0.7% 0.5% -
HSV(B) 315.25º 0.82% 0.84% -
XYZ 35.97 18.74 39.75 -
YUV 105.97 164.14 205.77 -
System Red Green Blue C M Y K H S L
Decimal 215 38 170 0 0.82 0.21 0.16 315.25 0.7 0.5
Hex D7 26 AA 0 52 15 10 13B 46 32
Octal 327 46 252 0 122 25 20 473 106 62
Binary 11010111 100110 10101010 0 1010010 10101 10000 100111011 1000110 110010

Color Harmonies of #D726AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726AA

Black with #D726AA

Text Example


Text Example

White with #D726AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726AA; }

 p { color: rgb(215,38,170); }

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

background-color css

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

 a { background-color: rgb(215,38,170); }

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

border-color css

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

 span { border-color: rgb(215,38,170); }

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