Html Css Color HEX #DD1FB9 Shocking Pink

📋 copy color: '#DD1FB9'

red 221 ◦ green 31 ◦ blue 185

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

Shades of Shocking Pink #DD1FB9

Tints of Shocking Pink #DD1FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 50.57%
G = 7.09%
B = 42.33%

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

#DD1FB9 (or 0xDD1FB9) is known color: Shocking Pink. HEX triplet: DD, 1F and B9. RGB value is (221,31,185). Sum of RGB (Red+Green+Blue) = 221+31+185=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FB9 is #22E046. Grayscale: #686868. Windows color (decimal): -2285639 or 12132317. OLE color: 12132317.

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

Color convert

RGB 221 31 185 -
CMYK 0 0.86 0.16 0.13
HSL 311.37º 0.75% 0.49% -
HSV(B) 311.37º 0.86% 0.87% -
XYZ 39.07 19.85 47.67 -
YUV 105.37 172.95 210.48 -
System Red Green Blue C M Y K H S L
Decimal 221 31 185 0 0.86 0.16 0.13 311.37 0.75 0.49
Hex DD 1F B9 0 56 10 D 137 4B 31
Octal 335 37 271 0 126 20 15 467 113 61
Binary 11011101 11111 10111001 0 1010110 10000 1101 100110111 1001011 110001

Color Harmonies of #DD1FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FB9

Black with #DD1FB9

Text Example


Text Example

White with #DD1FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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