Html Css Color HEX #DD20B7 Shocking Pink

📋 copy color: '#DD20B7'

red 221 ◦ green 32 ◦ blue 183

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

Shades of Shocking Pink #DD20B7

Tints of Shocking Pink #DD20B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 50.69%
G = 7.34%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD20B7 (or 0xDD20B7) is known color: Shocking Pink. HEX triplet: DD, 20 and B7. RGB value is (221,32,183). Sum of RGB (Red+Green+Blue) = 221+32+183=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20B7 is #22DF48. Grayscale: #696969. Windows color (decimal): -2285385 or 12001501. OLE color: 12001501.

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

Color convert

RGB 221 32 183 -
CMYK 0 0.86 0.17 0.13
HSL 312.06º 0.75% 0.5% -
HSV(B) 312.06º 0.86% 0.87% -
XYZ 38.88 19.82 46.58 -
YUV 105.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 221 32 183 0 0.86 0.17 0.13 312.06 0.75 0.5
Hex DD 20 B7 0 56 11 D 138 4B 32
Octal 335 40 267 0 126 21 15 470 113 62
Binary 11011101 100000 10110111 0 1010110 10001 1101 100111000 1001011 110010

Color Harmonies of #DD20B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20B7

Black with #DD20B7

Text Example


Text Example

White with #DD20B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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