Html Css Color HEX #DD1ABC Shocking Pink

📋 copy color: '#DD1ABC'

red 221 ◦ green 26 ◦ blue 188

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

Shades of Shocking Pink #DD1ABC

Tints of Shocking Pink #DD1ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 50.8%
G = 5.98%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD1ABC (or 0xDD1ABC) is known color: Shocking Pink. HEX triplet: DD, 1A and BC. RGB value is (221,26,188). Sum of RGB (Red+Green+Blue) = 221+26+188=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ABC is #22E543. Grayscale: #666666. Windows color (decimal): -2286916 or 12327645. OLE color: 12327645.

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

Color convert

RGB 221 26 188 -
CMYK 0 0.88 0.15 0.13
HSL 310.15º 0.79% 0.48% -
HSV(B) 310.15º 0.88% 0.87% -
XYZ 39.27 19.74 49.32 -
YUV 102.77 176.1 212.33 -
System Red Green Blue C M Y K H S L
Decimal 221 26 188 0 0.88 0.15 0.13 310.15 0.79 0.48
Hex DD 1A BC 0 58 F D 136 4F 30
Octal 335 32 274 0 130 17 15 466 117 60
Binary 11011101 11010 10111100 0 1011000 1111 1101 100110110 1001111 110000

Color Harmonies of #DD1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ABC

Black with #DD1ABC

Text Example


Text Example

White with #DD1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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