Html Css Color HEX #D829B6 Spicy Pink

📋 copy color: '#D829B6'

red 216 ◦ green 41 ◦ blue 182

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

Shades of Spicy Pink #D829B6

Tints of Spicy Pink #D829B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.46%

R = 49.2%
G = 9.34%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D829B6 (or 0xD829B6) is known color: Spicy Pink. HEX triplet: D8, 29 and B6. RGB value is (216,41,182). Sum of RGB (Red+Green+Blue) = 216+41+182=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D829B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829B6 is #27D649. Grayscale: #6D6D6D. Windows color (decimal): -2610762 or 11938264. OLE color: 11938264.

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

Color convert

RGB 216 41 182 -
CMYK 0 0.81 0.16 0.15
HSL 311.66º 0.69% 0.5% -
HSV(B) 311.66º 0.81% 0.85% -
XYZ 37.56 19.56 46.05 -
YUV 109.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 216 41 182 0 0.81 0.16 0.15 311.66 0.69 0.5
Hex D8 29 B6 0 51 10 F 138 45 32
Octal 330 51 266 0 121 20 17 470 105 62
Binary 11011000 101001 10110110 0 1010001 10000 1111 100111000 1000101 110010

Color Harmonies of #D829B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829B6

Black with #D829B6

Text Example


Text Example

White with #D829B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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