Html Css Color HEX #DD15BB Shocking Pink

📋 copy color: '#DD15BB'

red 221 ◦ green 21 ◦ blue 187

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

Shades of Shocking Pink #DD15BB

Tints of Shocking Pink #DD15BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 51.52%
G = 4.9%
B = 43.59%

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

#DD15BB (or 0xDD15BB) is known color: Shocking Pink. HEX triplet: DD, 15 and BB. RGB value is (221,21,187). Sum of RGB (Red+Green+Blue) = 221+21+187=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15BB is #22EA44. Grayscale: #636363. Windows color (decimal): -2288197 or 12260829. OLE color: 12260829.

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

Color convert

RGB 221 21 187 -
CMYK 0 0.90 0.15 0.13
HSL 310.2º 0.83% 0.47% -
HSV(B) 310.2º 0.9% 0.87% -
XYZ 39.06 19.5 48.72 -
YUV 99.72 177.26 214.5 -
System Red Green Blue C M Y K H S L
Decimal 221 21 187 0 0.90 0.15 0.13 310.2 0.83 0.47
Hex DD 15 BB 0 5A F D 136 53 2F
Octal 335 25 273 0 132 17 15 466 123 57
Binary 11011101 10101 10111011 0 1011010 1111 1101 100110110 1010011 101111

Color Harmonies of #DD15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD15BB

Black with #DD15BB

Text Example


Text Example

White with #DD15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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