Html Css Color HEX #DD1ABA Shocking Pink

📋 copy color: '#DD1ABA'

red 221 ◦ green 26 ◦ blue 186

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

Shades of Shocking Pink #DD1ABA

Tints of Shocking Pink #DD1ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6%

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

R = 51.04%
G = 6%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD1ABA (or 0xDD1ABA) is known color: Shocking Pink. HEX triplet: DD, 1A and BA. RGB value is (221,26,186). Sum of RGB (Red+Green+Blue) = 221+26+186=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ABA is #22E545. Grayscale: #666666. Windows color (decimal): -2286918 or 12196573. OLE color: 12196573.

HSL color Cylindrical-coordinate representation of color #DD1ABA: hue angle of 310.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1ABA is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 26 186 -
CMYK 0 0.88 0.16 0.13
HSL 310.77º 0.79% 0.48% -
HSV(B) 310.77º 0.88% 0.87% -
XYZ 39.05 19.66 48.19 -
YUV 102.55 175.1 212.49 -
System Red Green Blue C M Y K H S L
Decimal 221 26 186 0 0.88 0.16 0.13 310.77 0.79 0.48
Hex DD 1A BA 0 58 10 D 137 4F 30
Octal 335 32 272 0 130 20 15 467 117 60
Binary 11011101 11010 10111010 0 1011000 10000 1101 100110111 1001111 110000

Color Harmonies of #DD1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ABA

Black with #DD1ABA

Text Example


Text Example

White with #DD1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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