Html Css Color HEX #DD27AB Spicy Pink

📋 copy color: '#DD27AB'

red 221 ◦ green 39 ◦ blue 171

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

Shades of Spicy Pink #DD27AB

Tints of Spicy Pink #DD27AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.05%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 51.28%
G = 9.05%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD27AB (or 0xDD27AB) is known color: Spicy Pink. HEX triplet: DD, 27 and AB. RGB value is (221,39,171). Sum of RGB (Red+Green+Blue) = 221+39+171=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD27AB is #22D854. Grayscale: #6C6C6C. Windows color (decimal): -2283605 or 11216861. OLE color: 11216861.

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

Color convert

RGB 221 39 171 -
CMYK 0 0.82 0.23 0.13
HSL 316.48º 0.73% 0.51% -
HSV(B) 316.48º 0.82% 0.87% -
XYZ 37.9 19.76 40.35 -
YUV 108.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 221 39 171 0 0.82 0.23 0.13 316.48 0.73 0.51
Hex DD 27 AB 0 52 17 D 13C 49 33
Octal 335 47 253 0 122 27 15 474 111 63
Binary 11011101 100111 10101011 0 1010010 10111 1101 100111100 1001001 110011

Color Harmonies of #DD27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27AB

Black with #DD27AB

Text Example


Text Example

White with #DD27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27AB; }

 p { color: rgb(221,39,171); }

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

background-color css

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

 a { background-color: rgb(221,39,171); }

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

border-color css

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

 span { border-color: rgb(221,39,171); }

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