Html Css Color HEX #DD18B9 Shocking Pink

📋 copy color: '#DD18B9'

red 221 ◦ green 24 ◦ blue 185

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

Shades of Shocking Pink #DD18B9

Tints of Shocking Pink #DD18B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.02%

R = 51.4%
G = 5.58%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD18B9 (or 0xDD18B9) is known color: Shocking Pink. HEX triplet: DD, 18 and B9. RGB value is (221,24,185). Sum of RGB (Red+Green+Blue) = 221+24+185=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18B9 is #22E746. Grayscale: #646464. Windows color (decimal): -2287431 or 12130525. OLE color: 12130525.

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

Color convert

RGB 221 24 185 -
CMYK 0 0.89 0.16 0.13
HSL 310.96º 0.8% 0.48% -
HSV(B) 310.96º 0.89% 0.87% -
XYZ 38.9 19.53 47.62 -
YUV 101.26 175.27 213.41 -
System Red Green Blue C M Y K H S L
Decimal 221 24 185 0 0.89 0.16 0.13 310.96 0.8 0.48
Hex DD 18 B9 0 59 10 D 137 50 30
Octal 335 30 271 0 131 20 15 467 120 60
Binary 11011101 11000 10111001 0 1011001 10000 1101 100110111 1010000 110000

Color Harmonies of #DD18B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18B9

Black with #DD18B9

Text Example


Text Example

White with #DD18B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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