Html Css Color HEX #DD1BBF Shocking Pink

📋 copy color: '#DD1BBF'

red 221 ◦ green 27 ◦ blue 191

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

Shades of Shocking Pink #DD1BBF

Tints of Shocking Pink #DD1BBF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.15%

 BLUE value IS 191 (75% from 255) = 43.51%

R = 50.34%
G = 6.15%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD1BBF (or 0xDD1BBF) is known color: Shocking Pink. HEX triplet: DD, 1B and BF. RGB value is (221,27,191). Sum of RGB (Red+Green+Blue) = 221+27+191=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BBF is #22E440. Grayscale: #676767. Windows color (decimal): -2286657 or 12524509. OLE color: 12524509.

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

Color convert

RGB 221 27 191 -
CMYK 0 0.88 0.14 0.13
HSL 309.28º 0.78% 0.49% -
HSV(B) 309.28º 0.88% 0.87% -
XYZ 39.61 19.92 51.05 -
YUV 103.7 177.27 211.66 -
System Red Green Blue C M Y K H S L
Decimal 221 27 191 0 0.88 0.14 0.13 309.28 0.78 0.49
Hex DD 1B BF 0 58 E D 135 4E 31
Octal 335 33 277 0 130 16 15 465 116 61
Binary 11011101 11011 10111111 0 1011000 1110 1101 100110101 1001110 110001

Color Harmonies of #DD1BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1BBF

Black with #DD1BBF

Text Example


Text Example

White with #DD1BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1BBF; }

 p { color: rgb(221,27,191); }

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

background-color css

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

 a { background-color: rgb(221,27,191); }

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

border-color css

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

 span { border-color: rgb(221,27,191); }

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