Html Css Color HEX #DD20B6 Shocking Pink

📋 copy color: '#DD20B6'

red 221 ◦ green 32 ◦ blue 182

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

Shades of Shocking Pink #DD20B6

Tints of Shocking Pink #DD20B6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.36%

 BLUE value IS 182 (71.48% from 255) = 41.84%

R = 50.8%
G = 7.36%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD20B6 (or 0xDD20B6) is known color: Shocking Pink. HEX triplet: DD, 20 and B6. RGB value is (221,32,182). Sum of RGB (Red+Green+Blue) = 221+32+182=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20B6 is #22DF49. Grayscale: #696969. Windows color (decimal): -2285386 or 11935965. OLE color: 11935965.

HSL color Cylindrical-coordinate representation of color #DD20B6: hue angle of 312.38º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD20B6 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 182 -
CMYK 0 0.86 0.18 0.13
HSL 312.38º 0.75% 0.5% -
HSV(B) 312.38º 0.86% 0.87% -
XYZ 38.78 19.78 46.03 -
YUV 105.61 171.12 210.3 -
System Red Green Blue C M Y K H S L
Decimal 221 32 182 0 0.86 0.18 0.13 312.38 0.75 0.5
Hex DD 20 B6 0 56 12 D 138 4B 32
Octal 335 40 266 0 126 22 15 470 113 62
Binary 11011101 100000 10110110 0 1010110 10010 1101 100111000 1001011 110010

Color Harmonies of #DD20B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20B6

Black with #DD20B6

Text Example


Text Example

White with #DD20B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20B6; }

 p { color: rgb(221,32,182); }

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

background-color css

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

 a { background-color: rgb(221,32,182); }

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

border-color css

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

 span { border-color: rgb(221,32,182); }

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