Html Css Color HEX #DD11B4 Shocking Pink

📋 copy color: '#DD11B4'

red 221 ◦ green 17 ◦ blue 180

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

Shades of Shocking Pink #DD11B4

Tints of Shocking Pink #DD11B4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

 BLUE value IS 180 (70.7% from 255) = 43.06%

R = 52.87%
G = 4.07%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD11B4 (or 0xDD11B4) is known color: Shocking Pink. HEX triplet: DD, 11 and B4. RGB value is (221,17,180). Sum of RGB (Red+Green+Blue) = 221+17+180=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11B4 is #22EE4B. Grayscale: #606060. Windows color (decimal): -2289228 or 11801053. OLE color: 11801053.

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

Color convert

RGB 221 17 180 -
CMYK 0 0.92 0.19 0.13
HSL 312.06º 0.86% 0.47% -
HSV(B) 312.06º 0.92% 0.87% -
XYZ 38.26 19.07 44.84 -
YUV 96.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 221 17 180 0 0.92 0.19 0.13 312.06 0.86 0.47
Hex DD 11 B4 0 5C 13 D 138 56 2F
Octal 335 21 264 0 134 23 15 470 126 57
Binary 11011101 10001 10110100 0 1011100 10011 1101 100111000 1010110 101111

Color Harmonies of #DD11B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11B4

Black with #DD11B4

Text Example


Text Example

White with #DD11B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11B4; }

 p { color: rgb(221,17,180); }

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

background-color css

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

 a { background-color: rgb(221,17,180); }

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

border-color css

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

 span { border-color: rgb(221,17,180); }

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