Html Css Color HEX #DD1BBD Shocking Pink

📋 copy color: '#DD1BBD'

red 221 ◦ green 27 ◦ blue 189

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

Shades of Shocking Pink #DD1BBD

Tints of Shocking Pink #DD1BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 50.57%
G = 6.18%
B = 43.25%

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

#DD1BBD (or 0xDD1BBD) is known color: Shocking Pink. HEX triplet: DD, 1B and BD. RGB value is (221,27,189). Sum of RGB (Red+Green+Blue) = 221+27+189=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BBD is #22E442. Grayscale: #676767. Windows color (decimal): -2286659 or 12393437. OLE color: 12393437.

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

Color convert

RGB 221 27 189 -
CMYK 0 0.88 0.14 0.13
HSL 309.9º 0.78% 0.49% -
HSV(B) 309.9º 0.88% 0.87% -
XYZ 39.4 19.83 49.9 -
YUV 103.47 176.27 211.83 -
System Red Green Blue C M Y K H S L
Decimal 221 27 189 0 0.88 0.14 0.13 309.9 0.78 0.49
Hex DD 1B BD 0 58 E D 136 4E 31
Octal 335 33 275 0 130 16 15 466 116 61
Binary 11011101 11011 10111101 0 1011000 1110 1101 100110110 1001110 110001

Color Harmonies of #DD1BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1BBD

Black with #DD1BBD

Text Example


Text Example

White with #DD1BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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