Html Css Color HEX #DD23AC Spicy Pink

📋 copy color: '#DD23AC'

red 221 ◦ green 35 ◦ blue 172

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

Shades of Spicy Pink #DD23AC

Tints of Spicy Pink #DD23AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.18%

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 51.64%
G = 8.18%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD23AC (or 0xDD23AC) is known color: Spicy Pink. HEX triplet: DD, 23 and AC. RGB value is (221,35,172). Sum of RGB (Red+Green+Blue) = 221+35+172=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD23AC is #22DC53. Grayscale: #696969. Windows color (decimal): -2284628 or 11281373. OLE color: 11281373.

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

Color convert

RGB 221 35 172 -
CMYK 0 0.84 0.22 0.13
HSL 315.81º 0.73% 0.5% -
HSV(B) 315.81º 0.84% 0.87% -
XYZ 37.87 19.55 40.81 -
YUV 106.23 165.12 209.86 -
System Red Green Blue C M Y K H S L
Decimal 221 35 172 0 0.84 0.22 0.13 315.81 0.73 0.5
Hex DD 23 AC 0 54 16 D 13C 49 32
Octal 335 43 254 0 124 26 15 474 111 62
Binary 11011101 100011 10101100 0 1010100 10110 1101 100111100 1001001 110010

Color Harmonies of #DD23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23AC

Black with #DD23AC

Text Example


Text Example

White with #DD23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23AC; }

 p { color: rgb(221,35,172); }

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

background-color css

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

 a { background-color: rgb(221,35,172); }

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

border-color css

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

 span { border-color: rgb(221,35,172); }

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