Html Css Color HEX #DF29B9 Spicy Pink

📋 copy color: '#DF29B9'

red 223 ◦ green 41 ◦ blue 185

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

Shades of Spicy Pink #DF29B9

Tints of Spicy Pink #DF29B9

RGB

 RED value IS 223 (87.5% from 255) = 49.67%

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

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 49.67%
G = 9.13%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF29B9 (or 0xDF29B9) is known color: Spicy Pink. HEX triplet: DF, 29 and B9. RGB value is (223,41,185). Sum of RGB (Red+Green+Blue) = 223+41+185=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29B9 is #20D646. Grayscale: #6F6F6F. Windows color (decimal): -2152007 or 12134879. OLE color: 12134879.

HSL color Cylindrical-coordinate representation of color #DF29B9: hue angle of 312.53º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF29B9 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 185 -
CMYK 0 0.82 0.17 0.13
HSL 312.53º 0.74% 0.52% -
HSV(B) 312.53º 0.82% 0.87% -
XYZ 39.98 20.78 47.8 -
YUV 111.83 169.3 207.29 -
System Red Green Blue C M Y K H S L
Decimal 223 41 185 0 0.82 0.17 0.13 312.53 0.74 0.52
Hex DF 29 B9 0 52 11 D 139 4A 34
Octal 337 51 271 0 122 21 15 471 112 64
Binary 11011111 101001 10111001 0 1010010 10001 1101 100111001 1001010 110100

Color Harmonies of #DF29B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29B9

Black with #DF29B9

Text Example


Text Example

White with #DF29B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29B9; }

 p { color: rgb(223,41,185); }

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

background-color css

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

 a { background-color: rgb(223,41,185); }

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

border-color css

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

 span { border-color: rgb(223,41,185); }

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