Html Css Color HEX #D829B5 Spicy Pink

📋 copy color: '#D829B5'

red 216 ◦ green 41 ◦ blue 181

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

Shades of Spicy Pink #D829B5

Tints of Spicy Pink #D829B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 49.32%
G = 9.36%
B = 41.32%

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

#D829B5 (or 0xD829B5) is known color: Spicy Pink. HEX triplet: D8, 29 and B5. RGB value is (216,41,181). Sum of RGB (Red+Green+Blue) = 216+41+181=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D829B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829B5 is #27D64A. Grayscale: #6C6C6C. Windows color (decimal): -2610763 or 11872728. OLE color: 11872728.

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

Color convert

RGB 216 41 181 -
CMYK 0 0.81 0.16 0.15
HSL 312º 0.69% 0.5% -
HSV(B) 312º 0.81% 0.85% -
XYZ 37.45 19.52 45.51 -
YUV 109.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 216 41 181 0 0.81 0.16 0.15 312 0.69 0.5
Hex D8 29 B5 0 51 10 F 138 45 32
Octal 330 51 265 0 121 20 17 470 105 62
Binary 11011000 101001 10110101 0 1010001 10000 1111 100111000 1000101 110010

Color Harmonies of #D829B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829B5

Black with #D829B5

Text Example


Text Example

White with #D829B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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