Html Css Color HEX #D829B8 Spicy Pink

📋 copy color: '#D829B8'

red 216 ◦ green 41 ◦ blue 184

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

Shades of Spicy Pink #D829B8

Tints of Spicy Pink #D829B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.72%

R = 48.98%
G = 9.3%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D829B8 (or 0xD829B8) is known color: Spicy Pink. HEX triplet: D8, 29 and B8. RGB value is (216,41,184). Sum of RGB (Red+Green+Blue) = 216+41+184=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D829B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829B8 is #27D647. Grayscale: #6D6D6D. Windows color (decimal): -2610760 or 12069336. OLE color: 12069336.

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

Color convert

RGB 216 41 184 -
CMYK 0 0.81 0.15 0.15
HSL 310.97º 0.69% 0.5% -
HSV(B) 310.97º 0.81% 0.85% -
XYZ 37.76 19.65 47.15 -
YUV 109.63 169.98 203.87 -
System Red Green Blue C M Y K H S L
Decimal 216 41 184 0 0.81 0.15 0.15 310.97 0.69 0.5
Hex D8 29 B8 0 51 F F 137 45 32
Octal 330 51 270 0 121 17 17 467 105 62
Binary 11011000 101001 10111000 0 1010001 1111 1111 100110111 1000101 110010

Color Harmonies of #D829B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829B8

Black with #D829B8

Text Example


Text Example

White with #D829B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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