Html Css Color HEX #D929B7 Spicy Pink

📋 copy color: '#D929B7'

red 217 ◦ green 41 ◦ blue 183

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

Shades of Spicy Pink #D929B7

Tints of Spicy Pink #D929B7

RGB

 RED value IS 217 (85.16% from 255) = 49.21%

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 49.21%
G = 9.3%
B = 41.5%

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

#D929B7 (or 0xD929B7) is known color: Spicy Pink. HEX triplet: D9, 29 and B7. RGB value is (217,41,183). Sum of RGB (Red+Green+Blue) = 217+41+183=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D929B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929B7 is #26D648. Grayscale: #6D6D6D. Windows color (decimal): -2545225 or 12003801. OLE color: 12003801.

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

Color convert

RGB 217 41 183 -
CMYK 0 0.81 0.16 0.15
HSL 311.59º 0.7% 0.51% -
HSV(B) 311.59º 0.81% 0.85% -
XYZ 37.96 19.76 46.61 -
YUV 109.81 169.31 204.45 -
System Red Green Blue C M Y K H S L
Decimal 217 41 183 0 0.81 0.16 0.15 311.59 0.7 0.51
Hex D9 29 B7 0 51 10 F 138 46 33
Octal 331 51 267 0 121 20 17 470 106 63
Binary 11011001 101001 10110111 0 1010001 10000 1111 100111000 1000110 110011

Color Harmonies of #D929B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929B7

Black with #D929B7

Text Example


Text Example

White with #D929B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929B7; }

 p { color: rgb(217,41,183); }

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

background-color css

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

 a { background-color: rgb(217,41,183); }

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

border-color css

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

 span { border-color: rgb(217,41,183); }

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