Html Css Color HEX #DF0DB9 Shocking Pink

📋 copy color: '#DF0DB9'

red 223 ◦ green 13 ◦ blue 185

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

Shades of Shocking Pink #DF0DB9

Tints of Shocking Pink #DF0DB9

RGB

 RED value IS 223 (87.5% from 255) = 52.97%

 GREEN value IS 13 (5.47% from 255) = 3.09%

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

R = 52.97%
G = 3.09%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF0DB9 (or 0xDF0DB9) is known color: Shocking Pink. HEX triplet: DF, 0D and B9. RGB value is (223,13,185). Sum of RGB (Red+Green+Blue) = 223+13+185=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DB9 is #20F246. Grayscale: #5E5E5E. Windows color (decimal): -2159175 or 12127711. OLE color: 12127711.

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

Color convert

RGB 223 13 185 -
CMYK 0 0.94 0.17 0.13
HSL 310.86º 0.89% 0.46% -
HSV(B) 310.86º 0.94% 0.87% -
XYZ 39.33 19.48 47.59 -
YUV 95.4 178.57 219.01 -
System Red Green Blue C M Y K H S L
Decimal 223 13 185 0 0.94 0.17 0.13 310.86 0.89 0.46
Hex DF D B9 0 5E 11 D 137 59 2E
Octal 337 15 271 0 136 21 15 467 131 56
Binary 11011111 1101 10111001 0 1011110 10001 1101 100110111 1011001 101110

Color Harmonies of #DF0DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DB9

Black with #DF0DB9

Text Example


Text Example

White with #DF0DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DB9; }

 p { color: rgb(223,13,185); }

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

background-color css

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

 a { background-color: rgb(223,13,185); }

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

border-color css

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

 span { border-color: rgb(223,13,185); }

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