Html Css Color HEX #DD25AB Spicy Pink

📋 copy color: '#DD25AB'

red 221 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #DD25AB

Tints of Spicy Pink #DD25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.62%

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

R = 51.52%
G = 8.62%
B = 39.86%

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

#DD25AB (or 0xDD25AB) is known color: Spicy Pink. HEX triplet: DD, 25 and AB. RGB value is (221,37,171). Sum of RGB (Red+Green+Blue) = 221+37+171=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD25AB is #22DA54. Grayscale: #6A6A6A. Windows color (decimal): -2284117 or 11216349. OLE color: 11216349.

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

Color convert

RGB 221 37 171 -
CMYK 0 0.83 0.23 0.13
HSL 316.3º 0.73% 0.51% -
HSV(B) 316.3º 0.83% 0.87% -
XYZ 37.83 19.64 40.32 -
YUV 107.29 163.96 209.1 -
System Red Green Blue C M Y K H S L
Decimal 221 37 171 0 0.83 0.23 0.13 316.3 0.73 0.51
Hex DD 25 AB 0 53 17 D 13C 49 33
Octal 335 45 253 0 123 27 15 474 111 63
Binary 11011101 100101 10101011 0 1010011 10111 1101 100111100 1001001 110011

Color Harmonies of #DD25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25AB

Black with #DD25AB

Text Example


Text Example

White with #DD25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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