Html Css Color HEX #DD1DB9 Shocking Pink

📋 copy color: '#DD1DB9'

red 221 ◦ green 29 ◦ blue 185

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

Shades of Shocking Pink #DD1DB9

Tints of Shocking Pink #DD1DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.53%

R = 50.8%
G = 6.67%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD1DB9 (or 0xDD1DB9) is known color: Shocking Pink. HEX triplet: DD, 1D and B9. RGB value is (221,29,185). Sum of RGB (Red+Green+Blue) = 221+29+185=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DB9 is #22E246. Grayscale: #676767. Windows color (decimal): -2286151 or 12131805. OLE color: 12131805.

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

Color convert

RGB 221 29 185 -
CMYK 0 0.87 0.16 0.13
HSL 311.25º 0.77% 0.49% -
HSV(B) 311.25º 0.87% 0.87% -
XYZ 39.02 19.75 47.66 -
YUV 104.19 173.61 211.32 -
System Red Green Blue C M Y K H S L
Decimal 221 29 185 0 0.87 0.16 0.13 311.25 0.77 0.49
Hex DD 1D B9 0 57 10 D 137 4D 31
Octal 335 35 271 0 127 20 15 467 115 61
Binary 11011101 11101 10111001 0 1010111 10000 1101 100110111 1001101 110001

Color Harmonies of #DD1DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DB9

Black with #DD1DB9

Text Example


Text Example

White with #DD1DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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