Html Css Color HEX #DD13B1 Shocking Pink

📋 copy color: '#DD13B1'

red 221 ◦ green 19 ◦ blue 177

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

Shades of Shocking Pink #DD13B1

Tints of Shocking Pink #DD13B1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.56%

 BLUE value IS 177 (69.53% from 255) = 42.45%

R = 53%
G = 4.56%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD13B1 (or 0xDD13B1) is known color: Shocking Pink. HEX triplet: DD, 13 and B1. RGB value is (221,19,177). Sum of RGB (Red+Green+Blue) = 221+19+177=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD13B1 is #22EC4E. Grayscale: #606060. Windows color (decimal): -2288719 or 11604957. OLE color: 11604957.

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

Color convert

RGB 221 19 177 -
CMYK 0 0.91 0.20 0.13
HSL 313.07º 0.84% 0.47% -
HSV(B) 313.07º 0.91% 0.87% -
XYZ 37.99 19.01 43.26 -
YUV 97.41 172.92 216.15 -
System Red Green Blue C M Y K H S L
Decimal 221 19 177 0 0.91 0.20 0.13 313.07 0.84 0.47
Hex DD 13 B1 0 5B 14 D 139 54 2F
Octal 335 23 261 0 133 24 15 471 124 57
Binary 11011101 10011 10110001 0 1011011 10100 1101 100111001 1010100 101111

Color Harmonies of #DD13B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13B1

Black with #DD13B1

Text Example


Text Example

White with #DD13B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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