Html Css Color HEX #D829AC Spicy Pink

📋 copy color: '#D829AC'

red 216 ◦ green 41 ◦ blue 172

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

Shades of Spicy Pink #D829AC

Tints of Spicy Pink #D829AC

RGB

 RED value IS 216 (84.77% from 255) = 50.35%

 GREEN value IS 41 (16.41% from 255) = 9.56%

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

R = 50.35%
G = 9.56%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D829AC (or 0xD829AC) is known color: Spicy Pink. HEX triplet: D8, 29 and AC. RGB value is (216,41,172). Sum of RGB (Red+Green+Blue) = 216+41+172=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D829AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D829AC is #27D653. Grayscale: #6B6B6B. Windows color (decimal): -2610772 or 11282904. OLE color: 11282904.

HSL color Cylindrical-coordinate representation of color #D829AC: hue angle of 315.09º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D829AC is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 41 172 -
CMYK 0 0.81 0.20 0.15
HSL 315.09º 0.69% 0.5% -
HSV(B) 315.09º 0.81% 0.85% -
XYZ 36.56 19.16 40.8 -
YUV 108.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 216 41 172 0 0.81 0.20 0.15 315.09 0.69 0.5
Hex D8 29 AC 0 51 14 F 13B 45 32
Octal 330 51 254 0 121 24 17 473 105 62
Binary 11011000 101001 10101100 0 1010001 10100 1111 100111011 1000101 110010

Color Harmonies of #D829AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829AC

Black with #D829AC

Text Example


Text Example

White with #D829AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829AC; }

 p { color: rgb(216,41,172); }

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

background-color css

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

 a { background-color: rgb(216,41,172); }

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

border-color css

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

 span { border-color: rgb(216,41,172); }

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