Html Css Color HEX #DD2CB5 Spicy Pink

📋 copy color: '#DD2CB5'

red 221 ◦ green 44 ◦ blue 181

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

Shades of Spicy Pink #DD2CB5

Tints of Spicy Pink #DD2CB5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.87%

 BLUE value IS 181 (71.09% from 255) = 40.58%

R = 49.55%
G = 9.87%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD2CB5 (or 0xDD2CB5) is known color: Spicy Pink. HEX triplet: DD, 2C and B5. RGB value is (221,44,181). Sum of RGB (Red+Green+Blue) = 221+44+181=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CB5 is #22D34A. Grayscale: #707070. Windows color (decimal): -2282315 or 11873501. OLE color: 11873501.

HSL color Cylindrical-coordinate representation of color #DD2CB5: hue angle of 313.56º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2CB5 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 181 -
CMYK 0 0.80 0.18 0.13
HSL 313.56º 0.72% 0.52% -
HSV(B) 313.56º 0.8% 0.87% -
XYZ 39.06 20.51 45.62 -
YUV 112.54 166.64 205.36 -
System Red Green Blue C M Y K H S L
Decimal 221 44 181 0 0.80 0.18 0.13 313.56 0.72 0.52
Hex DD 2C B5 0 50 12 D 13A 48 34
Octal 335 54 265 0 120 22 15 472 110 64
Binary 11011101 101100 10110101 0 1010000 10010 1101 100111010 1001000 110100

Color Harmonies of #DD2CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2CB5

Black with #DD2CB5

Text Example


Text Example

White with #DD2CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2CB5; }

 p { color: rgb(221,44,181); }

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

background-color css

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

 a { background-color: rgb(221,44,181); }

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

border-color css

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

 span { border-color: rgb(221,44,181); }

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