Html Css Color HEX #DD2CB4 Spicy Pink

📋 copy color: '#DD2CB4'

red 221 ◦ green 44 ◦ blue 180

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

Shades of Spicy Pink #DD2CB4

Tints of Spicy Pink #DD2CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.45%

R = 49.66%
G = 9.89%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD2CB4 (or 0xDD2CB4) is known color: Spicy Pink. HEX triplet: DD, 2C and B4. RGB value is (221,44,180). Sum of RGB (Red+Green+Blue) = 221+44+180=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CB4 is #22D34B. Grayscale: #707070. Windows color (decimal): -2282316 or 11807965. OLE color: 11807965.

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

Color convert

RGB 221 44 180 -
CMYK 0 0.80 0.19 0.13
HSL 313.9º 0.72% 0.52% -
HSV(B) 313.9º 0.8% 0.87% -
XYZ 38.96 20.47 45.08 -
YUV 112.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 221 44 180 0 0.80 0.19 0.13 313.9 0.72 0.52
Hex DD 2C B4 0 50 13 D 13A 48 34
Octal 335 54 264 0 120 23 15 472 110 64
Binary 11011101 101100 10110100 0 1010000 10011 1101 100111010 1001000 110100

Color Harmonies of #DD2CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2CB4

Black with #DD2CB4

Text Example


Text Example

White with #DD2CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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