Html Css Color HEX #DD1CC0 Shocking Pink

📋 copy color: '#DD1CC0'

red 221 ◦ green 28 ◦ blue 192

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

Shades of Shocking Pink #DD1CC0

Tints of Shocking Pink #DD1CC0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.35%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 50.11%
G = 6.35%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD1CC0 (or 0xDD1CC0) is known color: Shocking Pink. HEX triplet: DD, 1C and C0. RGB value is (221,28,192). Sum of RGB (Red+Green+Blue) = 221+28+192=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CC0 is #22E33F. Grayscale: #676767. Windows color (decimal): -2286400 or 12590301. OLE color: 12590301.

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

Color convert

RGB 221 28 192 -
CMYK 0 0.87 0.13 0.13
HSL 309.02º 0.78% 0.49% -
HSV(B) 309.02º 0.87% 0.87% -
XYZ 39.75 20.01 51.64 -
YUV 104.4 177.44 211.16 -
System Red Green Blue C M Y K H S L
Decimal 221 28 192 0 0.87 0.13 0.13 309.02 0.78 0.49
Hex DD 1C C0 0 57 D D 135 4E 31
Octal 335 34 300 0 127 15 15 465 116 61
Binary 11011101 11100 11000000 0 1010111 1101 1101 100110101 1001110 110001

Color Harmonies of #DD1CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CC0

Black with #DD1CC0

Text Example


Text Example

White with #DD1CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CC0; }

 p { color: rgb(221,28,192); }

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

background-color css

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

 a { background-color: rgb(221,28,192); }

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

border-color css

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

 span { border-color: rgb(221,28,192); }

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