Html Css Color HEX #DD18BD Shocking Pink

📋 copy color: '#DD18BD'

red 221 ◦ green 24 ◦ blue 189

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

Shades of Shocking Pink #DD18BD

Tints of Shocking Pink #DD18BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 50.92%
G = 5.53%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD18BD (or 0xDD18BD) is known color: Shocking Pink. HEX triplet: DD, 18 and BD. RGB value is (221,24,189). Sum of RGB (Red+Green+Blue) = 221+24+189=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18BD is #22E742. Grayscale: #656565. Windows color (decimal): -2287427 or 12392669. OLE color: 12392669.

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

Color convert

RGB 221 24 189 -
CMYK 0 0.89 0.14 0.13
HSL 309.75º 0.8% 0.48% -
HSV(B) 309.75º 0.89% 0.87% -
XYZ 39.33 19.7 49.87 -
YUV 101.71 177.27 213.08 -
System Red Green Blue C M Y K H S L
Decimal 221 24 189 0 0.89 0.14 0.13 309.75 0.8 0.48
Hex DD 18 BD 0 59 E D 136 50 30
Octal 335 30 275 0 131 16 15 466 120 60
Binary 11011101 11000 10111101 0 1011001 1110 1101 100110110 1010000 110000

Color Harmonies of #DD18BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18BD

Black with #DD18BD

Text Example


Text Example

White with #DD18BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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