Html Css Color HEX #DD27B3 Spicy Pink

📋 copy color: '#DD27B3'

red 221 ◦ green 39 ◦ blue 179

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

Shades of Spicy Pink #DD27B3

Tints of Spicy Pink #DD27B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.77%

R = 50.34%
G = 8.88%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD27B3 (or 0xDD27B3) is known color: Spicy Pink. HEX triplet: DD, 27 and B3. RGB value is (221,39,179). Sum of RGB (Red+Green+Blue) = 221+39+179=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27B3 is #22D84C. Grayscale: #6D6D6D. Windows color (decimal): -2283597 or 11741149. OLE color: 11741149.

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

Color convert

RGB 221 39 179 -
CMYK 0 0.82 0.19 0.13
HSL 313.85º 0.73% 0.51% -
HSV(B) 313.85º 0.82% 0.87% -
XYZ 38.68 20.08 44.48 -
YUV 109.38 167.3 207.62 -
System Red Green Blue C M Y K H S L
Decimal 221 39 179 0 0.82 0.19 0.13 313.85 0.73 0.51
Hex DD 27 B3 0 52 13 D 13A 49 33
Octal 335 47 263 0 122 23 15 472 111 63
Binary 11011101 100111 10110011 0 1010010 10011 1101 100111010 1001001 110011

Color Harmonies of #DD27B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27B3

Black with #DD27B3

Text Example


Text Example

White with #DD27B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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