Html Css Color HEX #DD1DC3 Shocking Pink

📋 copy color: '#DD1DC3'

red 221 ◦ green 29 ◦ blue 195

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

Shades of Shocking Pink #DD1DC3

Tints of Shocking Pink #DD1DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.82%

R = 49.66%
G = 6.52%
B = 43.82%

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

#DD1DC3 (or 0xDD1DC3) is known color: Shocking Pink. HEX triplet: DD, 1D and C3. RGB value is (221,29,195). Sum of RGB (Red+Green+Blue) = 221+29+195=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DC3 is #22E23C. Grayscale: #686868. Windows color (decimal): -2286141 or 12787165. OLE color: 12787165.

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

Color convert

RGB 221 29 195 -
CMYK 0 0.87 0.12 0.13
HSL 308.13º 0.77% 0.49% -
HSV(B) 308.13º 0.87% 0.87% -
XYZ 40.11 20.19 53.41 -
YUV 105.33 178.61 210.5 -
System Red Green Blue C M Y K H S L
Decimal 221 29 195 0 0.87 0.12 0.13 308.13 0.77 0.49
Hex DD 1D C3 0 57 C D 134 4D 31
Octal 335 35 303 0 127 14 15 464 115 61
Binary 11011101 11101 11000011 0 1010111 1100 1101 100110100 1001101 110001

Color Harmonies of #DD1DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DC3

Black with #DD1DC3

Text Example


Text Example

White with #DD1DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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