#DD13BC

Color #DD13BC Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #DD13BC

Tints of Shocking Pink #DD13BC

Color information

#DD13BC (or 0xDD13BC) is unknown color: approx Shocking Pink. HEX triplet: DD, 13 and BC. RGB value is (221,19,188). Sum of RGB (Red+Green+Blue) = 221+19+188=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13BC is #22EC43. Grayscale: #626262. Windows color (decimal): -2288708 or 12325853. OLE color: 12325853.

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

Color convert

RGB22119188-
CMYK00.910.150.13
HSL309.8º84.17%47.06%-
HSV(B)309.8º91.4%86.67%-
XYZ39.1319.4749.27-
YUV98.66178.42215.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.64%
GREEN value IS 19 (7.81% from 255) = 4.44%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=51.64%
G=4.44%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211918800.910.150.13309.884.1747.06
HexDD13BC05BFD136542f
Octal335232740133171546612457
Binary11011101100111011110001011011111111011001101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD13BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD13BC; }

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

 H1.HeaderClassName
 {
   color: #DD13BC;
 }
 .AnyTagClassName
 {
   color: #DD13BC;
 }
</style>
background-color css

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

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

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

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

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

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