Html Css Color HEX #DD14B6 Shocking Pink

📋 copy color: '#DD14B6'

red 221 ◦ green 20 ◦ blue 182

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

Shades of Shocking Pink #DD14B6

Tints of Shocking Pink #DD14B6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.73%

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 52.25%
G = 4.73%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD14B6 (or 0xDD14B6) is known color: Shocking Pink. HEX triplet: DD, 14 and B6. RGB value is (221,20,182). Sum of RGB (Red+Green+Blue) = 221+20+182=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14B6 is #22EB49. Grayscale: #626262. Windows color (decimal): -2288458 or 11932893. OLE color: 11932893.

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

Color convert

RGB 221 20 182 -
CMYK 0 0.91 0.18 0.13
HSL 311.64º 0.83% 0.47% -
HSV(B) 311.64º 0.91% 0.87% -
XYZ 38.51 19.25 45.94 -
YUV 98.57 175.09 215.33 -
System Red Green Blue C M Y K H S L
Decimal 221 20 182 0 0.91 0.18 0.13 311.64 0.83 0.47
Hex DD 14 B6 0 5B 12 D 138 53 2F
Octal 335 24 266 0 133 22 15 470 123 57
Binary 11011101 10100 10110110 0 1011011 10010 1101 100111000 1010011 101111

Color Harmonies of #DD14B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14B6

Black with #DD14B6

Text Example


Text Example

White with #DD14B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14B6; }

 p { color: rgb(221,20,182); }

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

background-color css

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

 a { background-color: rgb(221,20,182); }

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

border-color css

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

 span { border-color: rgb(221,20,182); }

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