Html Css Color HEX #DD1BBB Shocking Pink

📋 copy color: '#DD1BBB'

red 221 ◦ green 27 ◦ blue 187

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

Shades of Shocking Pink #DD1BBB

Tints of Shocking Pink #DD1BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 50.8%
G = 6.21%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD1BBB (or 0xDD1BBB) is known color: Shocking Pink. HEX triplet: DD, 1B and BB. RGB value is (221,27,187). Sum of RGB (Red+Green+Blue) = 221+27+187=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BBB is #22E444. Grayscale: #666666. Windows color (decimal): -2286661 or 12262365. OLE color: 12262365.

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

Color convert

RGB 221 27 187 -
CMYK 0 0.88 0.15 0.13
HSL 310.52º 0.78% 0.49% -
HSV(B) 310.52º 0.88% 0.87% -
XYZ 39.18 19.74 48.76 -
YUV 103.25 175.27 211.99 -
System Red Green Blue C M Y K H S L
Decimal 221 27 187 0 0.88 0.15 0.13 310.52 0.78 0.49
Hex DD 1B BB 0 58 F D 137 4E 31
Octal 335 33 273 0 130 17 15 467 116 61
Binary 11011101 11011 10111011 0 1011000 1111 1101 100110111 1001110 110001

Color Harmonies of #DD1BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1BBB

Black with #DD1BBB

Text Example


Text Example

White with #DD1BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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