Html Css Color HEX #DF29B4 Spicy Pink

📋 copy color: '#DF29B4'

red 223 ◦ green 41 ◦ blue 180

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

Shades of Spicy Pink #DF29B4

Tints of Spicy Pink #DF29B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 50.23%
G = 9.23%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF29B4 (or 0xDF29B4) is known color: Spicy Pink. HEX triplet: DF, 29 and B4. RGB value is (223,41,180). Sum of RGB (Red+Green+Blue) = 223+41+180=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29B4 is #20D64B. Grayscale: #6E6E6E. Windows color (decimal): -2152012 or 11807199. OLE color: 11807199.

HSL color Cylindrical-coordinate representation of color #DF29B4: hue angle of 314.18º 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 #DF29B4 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 180 -
CMYK 0 0.82 0.19 0.13
HSL 314.18º 0.74% 0.52% -
HSV(B) 314.18º 0.82% 0.87% -
XYZ 39.46 20.57 45.07 -
YUV 111.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 223 41 180 0 0.82 0.19 0.13 314.18 0.74 0.52
Hex DF 29 B4 0 52 13 D 13A 4A 34
Octal 337 51 264 0 122 23 15 472 112 64
Binary 11011111 101001 10110100 0 1010010 10011 1101 100111010 1001010 110100

Color Harmonies of #DF29B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29B4

Black with #DF29B4

Text Example


Text Example

White with #DF29B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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