Html Css Color HEX #DD1DC2 Shocking Pink

📋 copy color: '#DD1DC2'

red 221 ◦ green 29 ◦ blue 194

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

Shades of Shocking Pink #DD1DC2

Tints of Shocking Pink #DD1DC2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.53%

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 49.77%
G = 6.53%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD1DC2 (or 0xDD1DC2) is known color: Shocking Pink. HEX triplet: DD, 1D and C2. RGB value is (221,29,194). Sum of RGB (Red+Green+Blue) = 221+29+194=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DC2 is #22E23D. Grayscale: #686868. Windows color (decimal): -2286142 or 12721629. OLE color: 12721629.

HSL color Cylindrical-coordinate representation of color #DD1DC2: hue angle of 308.44º degrees, saturation: 0.77, 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 #DD1DC2 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 29 194 -
CMYK 0 0.87 0.12 0.13
HSL 308.44º 0.77% 0.49% -
HSV(B) 308.44º 0.87% 0.87% -
XYZ 40 20.15 52.82 -
YUV 105.22 178.11 210.58 -
System Red Green Blue C M Y K H S L
Decimal 221 29 194 0 0.87 0.12 0.13 308.44 0.77 0.49
Hex DD 1D C2 0 57 C D 134 4D 31
Octal 335 35 302 0 127 14 15 464 115 61
Binary 11011101 11101 11000010 0 1010111 1100 1101 100110100 1001101 110001

Color Harmonies of #DD1DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DC2

Black with #DD1DC2

Text Example


Text Example

White with #DD1DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DC2; }

 p { color: rgb(221,29,194); }

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

background-color css

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

 a { background-color: rgb(221,29,194); }

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

border-color css

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

 span { border-color: rgb(221,29,194); }

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