Html Css Color HEX #DD29AF Spicy Pink

📋 copy color: '#DD29AF'

red 221 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #DD29AF

Tints of Spicy Pink #DD29AF

RGB

 RED value IS 221 (86.72% from 255) = 50.57%

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

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

R = 50.57%
G = 9.38%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD29AF (or 0xDD29AF) is known color: Spicy Pink. HEX triplet: DD, 29 and AF. RGB value is (221,41,175). Sum of RGB (Red+Green+Blue) = 221+41+175=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD29AF is #22D650. Grayscale: #6D6D6D. Windows color (decimal): -2283089 or 11479517. OLE color: 11479517.

HSL color Cylindrical-coordinate representation of color #DD29AF: hue angle of 315.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD29AF is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 175 -
CMYK 0 0.81 0.21 0.13
HSL 315.33º 0.73% 0.51% -
HSV(B) 315.33º 0.81% 0.87% -
XYZ 38.35 20.05 42.41 -
YUV 110.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 221 41 175 0 0.81 0.21 0.13 315.33 0.73 0.51
Hex DD 29 AF 0 51 15 D 13B 49 33
Octal 335 51 257 0 121 25 15 473 111 63
Binary 11011101 101001 10101111 0 1010001 10101 1101 100111011 1001001 110011

Color Harmonies of #DD29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29AF

Black with #DD29AF

Text Example


Text Example

White with #DD29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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