Html Css Color HEX #DD26B9 Spicy Pink

📋 copy color: '#DD26B9'

red 221 ◦ green 38 ◦ blue 185

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

Shades of Spicy Pink #DD26B9

Tints of Spicy Pink #DD26B9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.56%

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

R = 49.77%
G = 8.56%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD26B9 (or 0xDD26B9) is known color: Spicy Pink. HEX triplet: DD, 26 and B9. RGB value is (221,38,185). Sum of RGB (Red+Green+Blue) = 221+38+185=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26B9 is #22D946. Grayscale: #6D6D6D. Windows color (decimal): -2283847 or 12134109. OLE color: 12134109.

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

Color convert

RGB 221 38 185 -
CMYK 0 0.83 0.16 0.13
HSL 311.8º 0.73% 0.51% -
HSV(B) 311.8º 0.83% 0.87% -
XYZ 39.27 20.26 47.74 -
YUV 109.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 221 38 185 0 0.83 0.16 0.13 311.8 0.73 0.51
Hex DD 26 B9 0 53 10 D 138 49 33
Octal 335 46 271 0 123 20 15 470 111 63
Binary 11011101 100110 10111001 0 1010011 10000 1101 100111000 1001001 110011

Color Harmonies of #DD26B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD26B9

Black with #DD26B9

Text Example


Text Example

White with #DD26B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD26B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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