Html Css Color HEX #DD1FB7 Shocking Pink

📋 copy color: '#DD1FB7'

red 221 ◦ green 31 ◦ blue 183

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

Shades of Shocking Pink #DD1FB7

Tints of Shocking Pink #DD1FB7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.13%

 BLUE value IS 183 (71.88% from 255) = 42.07%

R = 50.8%
G = 7.13%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD1FB7 (or 0xDD1FB7) is known color: Shocking Pink. HEX triplet: DD, 1F and B7. RGB value is (221,31,183). Sum of RGB (Red+Green+Blue) = 221+31+183=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FB7 is #22E048. Grayscale: #686868. Windows color (decimal): -2285641 or 12001245. OLE color: 12001245.

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

Color convert

RGB 221 31 183 -
CMYK 0 0.86 0.17 0.13
HSL 312º 0.75% 0.49% -
HSV(B) 312º 0.86% 0.87% -
XYZ 38.86 19.77 46.57 -
YUV 105.14 171.95 210.64 -
System Red Green Blue C M Y K H S L
Decimal 221 31 183 0 0.86 0.17 0.13 312 0.75 0.49
Hex DD 1F B7 0 56 11 D 138 4B 31
Octal 335 37 267 0 126 21 15 470 113 61
Binary 11011101 11111 10110111 0 1010110 10001 1101 100111000 1001011 110001

Color Harmonies of #DD1FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FB7

Black with #DD1FB7

Text Example


Text Example

White with #DD1FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FB7; }

 p { color: rgb(221,31,183); }

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

background-color css

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

 a { background-color: rgb(221,31,183); }

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

border-color css

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

 span { border-color: rgb(221,31,183); }

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