Html Css Color HEX #DD1EB3 Spicy Pink

📋 copy color: '#DD1EB3'

red 221 ◦ green 30 ◦ blue 179

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

Shades of Spicy Pink #DD1EB3

Tints of Spicy Pink #DD1EB3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.98%

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

R = 51.4%
G = 6.98%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD1EB3 (or 0xDD1EB3) is known color: Spicy Pink. HEX triplet: DD, 1E and B3. RGB value is (221,30,179). Sum of RGB (Red+Green+Blue) = 221+30+179=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EB3 is #22E14C. Grayscale: #676767. Windows color (decimal): -2285901 or 11738845. OLE color: 11738845.

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

Color convert

RGB 221 30 179 -
CMYK 0 0.86 0.19 0.13
HSL 313.19º 0.76% 0.49% -
HSV(B) 313.19º 0.86% 0.87% -
XYZ 38.42 19.56 44.4 -
YUV 104.1 170.28 211.38 -
System Red Green Blue C M Y K H S L
Decimal 221 30 179 0 0.86 0.19 0.13 313.19 0.76 0.49
Hex DD 1E B3 0 56 13 D 139 4C 31
Octal 335 36 263 0 126 23 15 471 114 61
Binary 11011101 11110 10110011 0 1010110 10011 1101 100111001 1001100 110001

Color Harmonies of #DD1EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EB3

Black with #DD1EB3

Text Example


Text Example

White with #DD1EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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