Html Css Color HEX #DD0FB9 Shocking Pink

📋 copy color: '#DD0FB9'

red 221 ◦ green 15 ◦ blue 185

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

Shades of Shocking Pink #DD0FB9

Tints of Shocking Pink #DD0FB9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.56%

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

R = 52.49%
G = 3.56%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD0FB9 (or 0xDD0FB9) is known color: Shocking Pink. HEX triplet: DD, 0F and B9. RGB value is (221,15,185). Sum of RGB (Red+Green+Blue) = 221+15+185=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FB9 is #22F046. Grayscale: #5F5F5F. Windows color (decimal): -2289735 or 12128221. OLE color: 12128221.

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

Color convert

RGB 221 15 185 -
CMYK 0 0.93 0.16 0.13
HSL 310.49º 0.87% 0.46% -
HSV(B) 310.49º 0.93% 0.87% -
XYZ 38.75 19.22 47.57 -
YUV 95.97 178.25 217.18 -
System Red Green Blue C M Y K H S L
Decimal 221 15 185 0 0.93 0.16 0.13 310.49 0.87 0.46
Hex DD F B9 0 5D 10 D 136 57 2E
Octal 335 17 271 0 135 20 15 466 127 56
Binary 11011101 1111 10111001 0 1011101 10000 1101 100110110 1010111 101110

Color Harmonies of #DD0FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FB9

Black with #DD0FB9

Text Example


Text Example

White with #DD0FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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