Html Css Color HEX #DD1EB4 Shocking Pink

📋 copy color: '#DD1EB4'

red 221 ◦ green 30 ◦ blue 180

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

Shades of Shocking Pink #DD1EB4

Tints of Shocking Pink #DD1EB4

RGB

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

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

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

R = 51.28%
G = 6.96%
B = 41.76%

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

#DD1EB4 (or 0xDD1EB4) is known color: Shocking Pink. HEX triplet: DD, 1E and B4. RGB value is (221,30,180). Sum of RGB (Red+Green+Blue) = 221+30+180=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EB4 is #22E14B. Grayscale: #676767. Windows color (decimal): -2285900 or 11804381. OLE color: 11804381.

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

Color convert

RGB 221 30 180 -
CMYK 0 0.86 0.19 0.13
HSL 312.88º 0.76% 0.49% -
HSV(B) 312.88º 0.86% 0.87% -
XYZ 38.52 19.6 44.93 -
YUV 104.21 170.78 211.3 -
System Red Green Blue C M Y K H S L
Decimal 221 30 180 0 0.86 0.19 0.13 312.88 0.76 0.49
Hex DD 1E B4 0 56 13 D 139 4C 31
Octal 335 36 264 0 126 23 15 471 114 61
Binary 11011101 11110 10110100 0 1010110 10011 1101 100111001 1001100 110001

Color Harmonies of #DD1EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EB4

Black with #DD1EB4

Text Example


Text Example

White with #DD1EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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