Html Css Color HEX #DD1EBA Shocking Pink

📋 copy color: '#DD1EBA'

red 221 ◦ green 30 ◦ blue 186

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

Shades of Shocking Pink #DD1EBA

Tints of Shocking Pink #DD1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 50.57%
G = 6.86%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD1EBA (or 0xDD1EBA) is known color: Shocking Pink. HEX triplet: DD, 1E and BA. RGB value is (221,30,186). Sum of RGB (Red+Green+Blue) = 221+30+186=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EBA is #22E145. Grayscale: #686868. Windows color (decimal): -2285894 or 12197597. OLE color: 12197597.

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

Color convert

RGB 221 30 186 -
CMYK 0 0.86 0.16 0.13
HSL 310.99º 0.76% 0.49% -
HSV(B) 310.99º 0.86% 0.87% -
XYZ 39.15 19.85 48.22 -
YUV 104.89 173.78 210.82 -
System Red Green Blue C M Y K H S L
Decimal 221 30 186 0 0.86 0.16 0.13 310.99 0.76 0.49
Hex DD 1E BA 0 56 10 D 137 4C 31
Octal 335 36 272 0 126 20 15 467 114 61
Binary 11011101 11110 10111010 0 1010110 10000 1101 100110111 1001100 110001

Color Harmonies of #DD1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EBA

Black with #DD1EBA

Text Example


Text Example

White with #DD1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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