Html Css Color HEX #DD1EB5 Shocking Pink

📋 copy color: '#DD1EB5'

red 221 ◦ green 30 ◦ blue 181

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

Shades of Shocking Pink #DD1EB5

Tints of Shocking Pink #DD1EB5

RGB

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

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

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

R = 51.16%
G = 6.94%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD1EB5 (or 0xDD1EB5) is known color: Shocking Pink. HEX triplet: DD, 1E and B5. RGB value is (221,30,181). Sum of RGB (Red+Green+Blue) = 221+30+181=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EB5 is #22E14A. Grayscale: #676767. Windows color (decimal): -2285899 or 11869917. OLE color: 11869917.

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

Color convert

RGB 221 30 181 -
CMYK 0 0.86 0.18 0.13
HSL 312.57º 0.76% 0.49% -
HSV(B) 312.57º 0.86% 0.87% -
XYZ 38.62 19.64 45.47 -
YUV 104.32 171.28 211.22 -
System Red Green Blue C M Y K H S L
Decimal 221 30 181 0 0.86 0.18 0.13 312.57 0.76 0.49
Hex DD 1E B5 0 56 12 D 139 4C 31
Octal 335 36 265 0 126 22 15 471 114 61
Binary 11011101 11110 10110101 0 1010110 10010 1101 100111001 1001100 110001

Color Harmonies of #DD1EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EB5

Black with #DD1EB5

Text Example


Text Example

White with #DD1EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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