Html Css Color HEX #DD1EBB Shocking Pink

📋 copy color: '#DD1EBB'

red 221 ◦ green 30 ◦ blue 187

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

Shades of Shocking Pink #DD1EBB

Tints of Shocking Pink #DD1EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.85%

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

R = 50.46%
G = 6.85%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD1EBB (or 0xDD1EBB) is known color: Shocking Pink. HEX triplet: DD, 1E and BB. RGB value is (221,30,187). Sum of RGB (Red+Green+Blue) = 221+30+187=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EBB is #22E144. Grayscale: #686868. Windows color (decimal): -2285893 or 12263133. OLE color: 12263133.

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

Color convert

RGB 221 30 187 -
CMYK 0 0.86 0.15 0.13
HSL 310.68º 0.76% 0.49% -
HSV(B) 310.68º 0.86% 0.87% -
XYZ 39.25 19.89 48.78 -
YUV 105.01 174.28 210.73 -
System Red Green Blue C M Y K H S L
Decimal 221 30 187 0 0.86 0.15 0.13 310.68 0.76 0.49
Hex DD 1E BB 0 56 F D 137 4C 31
Octal 335 36 273 0 126 17 15 467 114 61
Binary 11011101 11110 10111011 0 1010110 1111 1101 100110111 1001100 110001

Color Harmonies of #DD1EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EBB

Black with #DD1EBB

Text Example


Text Example

White with #DD1EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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