Html Css Color HEX #DD1CB4 Shocking Pink

📋 copy color: '#DD1CB4'

red 221 ◦ green 28 ◦ blue 180

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

Shades of Shocking Pink #DD1CB4

Tints of Shocking Pink #DD1CB4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.53%

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 51.52%
G = 6.53%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD1CB4 (or 0xDD1CB4) is known color: Shocking Pink. HEX triplet: DD, 1C and B4. RGB value is (221,28,180). Sum of RGB (Red+Green+Blue) = 221+28+180=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CB4 is #22E34B. Grayscale: #666666. Windows color (decimal): -2286412 or 11803869. OLE color: 11803869.

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

Color convert

RGB 221 28 180 -
CMYK 0 0.87 0.19 0.13
HSL 312.75º 0.78% 0.49% -
HSV(B) 312.75º 0.87% 0.87% -
XYZ 38.47 19.5 44.92 -
YUV 103.04 171.44 212.14 -
System Red Green Blue C M Y K H S L
Decimal 221 28 180 0 0.87 0.19 0.13 312.75 0.78 0.49
Hex DD 1C B4 0 57 13 D 139 4E 31
Octal 335 34 264 0 127 23 15 471 116 61
Binary 11011101 11100 10110100 0 1010111 10011 1101 100111001 1001110 110001

Color Harmonies of #DD1CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CB4

Black with #DD1CB4

Text Example


Text Example

White with #DD1CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CB4; }

 p { color: rgb(221,28,180); }

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

background-color css

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

 a { background-color: rgb(221,28,180); }

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

border-color css

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

 span { border-color: rgb(221,28,180); }

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