Html Css Color HEX #DD26AB Spicy Pink

📋 copy color: '#DD26AB'

red 221 ◦ green 38 ◦ blue 171

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

Shades of Spicy Pink #DD26AB

Tints of Spicy Pink #DD26AB

RGB

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

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

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

R = 51.4%
G = 8.84%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD26AB (or 0xDD26AB) is known color: Spicy Pink. HEX triplet: DD, 26 and AB. RGB value is (221,38,171). Sum of RGB (Red+Green+Blue) = 221+38+171=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD26AB is #22D954. Grayscale: #6B6B6B. Windows color (decimal): -2283861 or 11216605. OLE color: 11216605.

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

Color convert

RGB 221 38 171 -
CMYK 0 0.83 0.23 0.13
HSL 316.39º 0.73% 0.51% -
HSV(B) 316.39º 0.83% 0.87% -
XYZ 37.86 19.7 40.33 -
YUV 107.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 221 38 171 0 0.83 0.23 0.13 316.39 0.73 0.51
Hex DD 26 AB 0 53 17 D 13C 49 33
Octal 335 46 253 0 123 27 15 474 111 63
Binary 11011101 100110 10101011 0 1010011 10111 1101 100111100 1001001 110011

Color Harmonies of #DD26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD26AB

Black with #DD26AB

Text Example


Text Example

White with #DD26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD26AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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