Html Css Color HEX #DD18B5 Shocking Pink

📋 copy color: '#DD18B5'

red 221 ◦ green 24 ◦ blue 181

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

Shades of Shocking Pink #DD18B5

Tints of Shocking Pink #DD18B5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.63%

 BLUE value IS 181 (71.09% from 255) = 42.49%

R = 51.88%
G = 5.63%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD18B5 (or 0xDD18B5) is known color: Shocking Pink. HEX triplet: DD, 18 and B5. RGB value is (221,24,181). Sum of RGB (Red+Green+Blue) = 221+24+181=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18B5 is #22E74A. Grayscale: #646464. Windows color (decimal): -2287435 or 11868381. OLE color: 11868381.

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

Color convert

RGB 221 24 181 -
CMYK 0 0.89 0.18 0.13
HSL 312.18º 0.8% 0.48% -
HSV(B) 312.18º 0.89% 0.87% -
XYZ 38.49 19.36 45.42 -
YUV 100.8 173.27 213.73 -
System Red Green Blue C M Y K H S L
Decimal 221 24 181 0 0.89 0.18 0.13 312.18 0.8 0.48
Hex DD 18 B5 0 59 12 D 138 50 30
Octal 335 30 265 0 131 22 15 470 120 60
Binary 11011101 11000 10110101 0 1011001 10010 1101 100111000 1010000 110000

Color Harmonies of #DD18B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18B5

Black with #DD18B5

Text Example


Text Example

White with #DD18B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18B5; }

 p { color: rgb(221,24,181); }

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

background-color css

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

 a { background-color: rgb(221,24,181); }

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

border-color css

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

 span { border-color: rgb(221,24,181); }

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