Html Css Color HEX #DD1BB5 Shocking Pink

📋 copy color: '#DD1BB5'

red 221 ◦ green 27 ◦ blue 181

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

Shades of Shocking Pink #DD1BB5

Tints of Shocking Pink #DD1BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.19%

R = 51.52%
G = 6.29%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD1BB5 (or 0xDD1BB5) is known color: Shocking Pink. HEX triplet: DD, 1B and B5. RGB value is (221,27,181). Sum of RGB (Red+Green+Blue) = 221+27+181=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BB5 is #22E44A. Grayscale: #666666. Windows color (decimal): -2286667 or 11869149. OLE color: 11869149.

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

Color convert

RGB 221 27 181 -
CMYK 0 0.88 0.18 0.13
HSL 312.37º 0.78% 0.49% -
HSV(B) 312.37º 0.88% 0.87% -
XYZ 38.55 19.49 45.45 -
YUV 102.56 172.27 212.48 -
System Red Green Blue C M Y K H S L
Decimal 221 27 181 0 0.88 0.18 0.13 312.37 0.78 0.49
Hex DD 1B B5 0 58 12 D 138 4E 31
Octal 335 33 265 0 130 22 15 470 116 61
Binary 11011101 11011 10110101 0 1011000 10010 1101 100111000 1001110 110001

Color Harmonies of #DD1BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1BB5

Black with #DD1BB5

Text Example


Text Example

White with #DD1BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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