Html Css Color HEX #DD15BC Shocking Pink

📋 copy color: '#DD15BC'

red 221 ◦ green 21 ◦ blue 188

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

Shades of Shocking Pink #DD15BC

Tints of Shocking Pink #DD15BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.88%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 51.4%
G = 4.88%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD15BC (or 0xDD15BC) is known color: Shocking Pink. HEX triplet: DD, 15 and BC. RGB value is (221,21,188). Sum of RGB (Red+Green+Blue) = 221+21+188=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15BC is #22EA43. Grayscale: #636363. Windows color (decimal): -2288196 or 12326365. OLE color: 12326365.

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

Color convert

RGB 221 21 188 -
CMYK 0 0.90 0.15 0.13
HSL 309.9º 0.83% 0.47% -
HSV(B) 309.9º 0.9% 0.87% -
XYZ 39.16 19.54 49.28 -
YUV 99.84 177.76 214.42 -
System Red Green Blue C M Y K H S L
Decimal 221 21 188 0 0.90 0.15 0.13 309.9 0.83 0.47
Hex DD 15 BC 0 5A F D 136 53 2F
Octal 335 25 274 0 132 17 15 466 123 57
Binary 11011101 10101 10111100 0 1011010 1111 1101 100110110 1010011 101111

Color Harmonies of #DD15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD15BC

Black with #DD15BC

Text Example


Text Example

White with #DD15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD15BC; }

 p { color: rgb(221,21,188); }

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

background-color css

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

 a { background-color: rgb(221,21,188); }

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

border-color css

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

 span { border-color: rgb(221,21,188); }

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