Html Css Color HEX #DD27B9 Spicy Pink

📋 copy color: '#DD27B9'

red 221 ◦ green 39 ◦ blue 185

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

Shades of Spicy Pink #DD27B9

Tints of Spicy Pink #DD27B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 49.66%
G = 8.76%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD27B9 (or 0xDD27B9) is known color: Spicy Pink. HEX triplet: DD, 27 and B9. RGB value is (221,39,185). Sum of RGB (Red+Green+Blue) = 221+39+185=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27B9 is #22D846. Grayscale: #6D6D6D. Windows color (decimal): -2283591 or 12134365. OLE color: 12134365.

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

Color convert

RGB 221 39 185 -
CMYK 0 0.82 0.16 0.13
HSL 311.87º 0.73% 0.51% -
HSV(B) 311.87º 0.82% 0.87% -
XYZ 39.3 20.33 47.75 -
YUV 110.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 221 39 185 0 0.82 0.16 0.13 311.87 0.73 0.51
Hex DD 27 B9 0 52 10 D 138 49 33
Octal 335 47 271 0 122 20 15 470 111 63
Binary 11011101 100111 10111001 0 1010010 10000 1101 100111000 1001001 110011

Color Harmonies of #DD27B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27B9

Black with #DD27B9

Text Example


Text Example

White with #DD27B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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