Html Css Color HEX #DD2DB4 Spicy Pink

📋 copy color: '#DD2DB4'

red 221 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #DD2DB4

Tints of Spicy Pink #DD2DB4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.09%

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

R = 49.55%
G = 10.09%
B = 40.36%

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

#DD2DB4 (or 0xDD2DB4) is known color: Spicy Pink. HEX triplet: DD, 2D and B4. RGB value is (221,45,180). Sum of RGB (Red+Green+Blue) = 221+45+180=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DB4 is #22D24B. Grayscale: #707070. Windows color (decimal): -2282060 or 11808221. OLE color: 11808221.

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

Color convert

RGB 221 45 180 -
CMYK 0 0.80 0.19 0.13
HSL 313.98º 0.72% 0.52% -
HSV(B) 313.98º 0.8% 0.87% -
XYZ 39 20.54 45.09 -
YUV 113.01 165.81 205.02 -
System Red Green Blue C M Y K H S L
Decimal 221 45 180 0 0.80 0.19 0.13 313.98 0.72 0.52
Hex DD 2D B4 0 50 13 D 13A 48 34
Octal 335 55 264 0 120 23 15 472 110 64
Binary 11011101 101101 10110100 0 1010000 10011 1101 100111010 1001000 110100

Color Harmonies of #DD2DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DB4

Black with #DD2DB4

Text Example


Text Example

White with #DD2DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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