Html Css Color HEX #DD27AF Spicy Pink

📋 copy color: '#DD27AF'

red 221 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #DD27AF

Tints of Spicy Pink #DD27AF

RGB

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

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

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

R = 50.8%
G = 8.97%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD27AF (or 0xDD27AF) is known color: Spicy Pink. HEX triplet: DD, 27 and AF. RGB value is (221,39,175). Sum of RGB (Red+Green+Blue) = 221+39+175=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD27AF is #22D850. Grayscale: #6C6C6C. Windows color (decimal): -2283601 or 11479005. OLE color: 11479005.

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

Color convert

RGB 221 39 175 -
CMYK 0 0.82 0.21 0.13
HSL 315.16º 0.73% 0.51% -
HSV(B) 315.16º 0.82% 0.87% -
XYZ 38.28 19.92 42.38 -
YUV 108.92 165.3 207.94 -
System Red Green Blue C M Y K H S L
Decimal 221 39 175 0 0.82 0.21 0.13 315.16 0.73 0.51
Hex DD 27 AF 0 52 15 D 13B 49 33
Octal 335 47 257 0 122 25 15 473 111 63
Binary 11011101 100111 10101111 0 1010010 10101 1101 100111011 1001001 110011

Color Harmonies of #DD27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27AF

Black with #DD27AF

Text Example


Text Example

White with #DD27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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