Html Css Color HEX #DF29AF Spicy Pink

📋 copy color: '#DF29AF'

red 223 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #DF29AF

Tints of Spicy Pink #DF29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 50.8%
G = 9.34%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF29AF (or 0xDF29AF) is known color: Spicy Pink. HEX triplet: DF, 29 and AF. RGB value is (223,41,175). Sum of RGB (Red+Green+Blue) = 223+41+175=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29AF is #20D650. Grayscale: #6E6E6E. Windows color (decimal): -2152017 or 11479519. OLE color: 11479519.

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

Color convert

RGB 223 41 175 -
CMYK 0 0.82 0.22 0.13
HSL 315.82º 0.74% 0.52% -
HSV(B) 315.82º 0.82% 0.87% -
XYZ 38.96 20.37 42.44 -
YUV 110.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 223 41 175 0 0.82 0.22 0.13 315.82 0.74 0.52
Hex DF 29 AF 0 52 16 D 13C 4A 34
Octal 337 51 257 0 122 26 15 474 112 64
Binary 11011111 101001 10101111 0 1010010 10110 1101 100111100 1001010 110100

Color Harmonies of #DF29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29AF

Black with #DF29AF

Text Example


Text Example

White with #DF29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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