Html Css Color HEX #DF0AB9 Shocking Pink

📋 copy color: '#DF0AB9'

red 223 ◦ green 10 ◦ blue 185

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

Shades of Shocking Pink #DF0AB9

Tints of Shocking Pink #DF0AB9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.39%

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

R = 53.35%
G = 2.39%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF0AB9 (or 0xDF0AB9) is known color: Shocking Pink. HEX triplet: DF, 0A and B9. RGB value is (223,10,185). Sum of RGB (Red+Green+Blue) = 223+10+185=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0AB9 is #20F546. Grayscale: #5D5D5D. Windows color (decimal): -2159943 or 12126943. OLE color: 12126943.

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

Color convert

RGB 223 10 185 -
CMYK 0 0.96 0.17 0.13
HSL 310.7º 0.91% 0.46% -
HSV(B) 310.7º 0.96% 0.87% -
XYZ 39.3 19.41 47.57 -
YUV 93.64 179.57 220.27 -
System Red Green Blue C M Y K H S L
Decimal 223 10 185 0 0.96 0.17 0.13 310.7 0.91 0.46
Hex DF A B9 0 60 11 D 137 5B 2E
Octal 337 12 271 0 140 21 15 467 133 56
Binary 11011111 1010 10111001 0 1100000 10001 1101 100110111 1011011 101110

Color Harmonies of #DF0AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AB9

Black with #DF0AB9

Text Example


Text Example

White with #DF0AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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