Html Css Color HEX #DD1DB6 Shocking Pink

📋 copy color: '#DD1DB6'

red 221 ◦ green 29 ◦ blue 182

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

Shades of Shocking Pink #DD1DB6

Tints of Shocking Pink #DD1DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.71%

 BLUE value IS 182 (71.48% from 255) = 42.13%

R = 51.16%
G = 6.71%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD1DB6 (or 0xDD1DB6) is known color: Shocking Pink. HEX triplet: DD, 1D and B6. RGB value is (221,29,182). Sum of RGB (Red+Green+Blue) = 221+29+182=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DB6 is #22E249. Grayscale: #676767. Windows color (decimal): -2286154 or 11935197. OLE color: 11935197.

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

Color convert

RGB 221 29 182 -
CMYK 0 0.87 0.18 0.13
HSL 312.19º 0.77% 0.49% -
HSV(B) 312.19º 0.87% 0.87% -
XYZ 38.7 19.63 46 -
YUV 103.85 172.11 211.56 -
System Red Green Blue C M Y K H S L
Decimal 221 29 182 0 0.87 0.18 0.13 312.19 0.77 0.49
Hex DD 1D B6 0 57 12 D 138 4D 31
Octal 335 35 266 0 127 22 15 470 115 61
Binary 11011101 11101 10110110 0 1010111 10010 1101 100111000 1001101 110001

Color Harmonies of #DD1DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DB6

Black with #DD1DB6

Text Example


Text Example

White with #DD1DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DB6; }

 p { color: rgb(221,29,182); }

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

background-color css

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

 a { background-color: rgb(221,29,182); }

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

border-color css

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

 span { border-color: rgb(221,29,182); }

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