Html Css Color HEX #DD1DB3 Spicy Pink

📋 copy color: '#DD1DB3'

red 221 ◦ green 29 ◦ blue 179

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

Shades of Spicy Pink #DD1DB3

Tints of Spicy Pink #DD1DB3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.76%

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

R = 51.52%
G = 6.76%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD1DB3 (or 0xDD1DB3) is known color: Spicy Pink. HEX triplet: DD, 1D and B3. RGB value is (221,29,179). Sum of RGB (Red+Green+Blue) = 221+29+179=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DB3 is #22E24C. Grayscale: #676767. Windows color (decimal): -2286157 or 11738589. OLE color: 11738589.

HSL color Cylindrical-coordinate representation of color #DD1DB3: hue angle of 313.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1DB3 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 29 179 -
CMYK 0 0.87 0.19 0.13
HSL 313.13º 0.77% 0.49% -
HSV(B) 313.13º 0.87% 0.87% -
XYZ 38.39 19.51 44.39 -
YUV 103.51 170.61 211.8 -
System Red Green Blue C M Y K H S L
Decimal 221 29 179 0 0.87 0.19 0.13 313.13 0.77 0.49
Hex DD 1D B3 0 57 13 D 139 4D 31
Octal 335 35 263 0 127 23 15 471 115 61
Binary 11011101 11101 10110011 0 1010111 10011 1101 100111001 1001101 110001

Color Harmonies of #DD1DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DB3

Black with #DD1DB3

Text Example


Text Example

White with #DD1DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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