Html Css Color HEX #DD15BE Shocking Pink

📋 copy color: '#DD15BE'

red 221 ◦ green 21 ◦ blue 190

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

Shades of Shocking Pink #DD15BE

Tints of Shocking Pink #DD15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 51.16%
G = 4.86%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD15BE (or 0xDD15BE) is known color: Shocking Pink. HEX triplet: DD, 15 and BE. RGB value is (221,21,190). Sum of RGB (Red+Green+Blue) = 221+21+190=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15BE is #22EA41. Grayscale: #636363. Windows color (decimal): -2288194 or 12457437. OLE color: 12457437.

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

Color convert

RGB 221 21 190 -
CMYK 0 0.90 0.14 0.13
HSL 309.3º 0.83% 0.47% -
HSV(B) 309.3º 0.9% 0.87% -
XYZ 39.38 19.63 50.43 -
YUV 100.07 178.76 214.26 -
System Red Green Blue C M Y K H S L
Decimal 221 21 190 0 0.90 0.14 0.13 309.3 0.83 0.47
Hex DD 15 BE 0 5A E D 135 53 2F
Octal 335 25 276 0 132 16 15 465 123 57
Binary 11011101 10101 10111110 0 1011010 1110 1101 100110101 1010011 101111

Color Harmonies of #DD15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD15BE

Black with #DD15BE

Text Example


Text Example

White with #DD15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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