Html Css Color HEX #DF0DB6 Shocking Pink

📋 copy color: '#DF0DB6'

red 223 ◦ green 13 ◦ blue 182

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

Shades of Shocking Pink #DF0DB6

Tints of Shocking Pink #DF0DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 53.35%
G = 3.11%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF0DB6 (or 0xDF0DB6) is known color: Shocking Pink. HEX triplet: DF, 0D and B6. RGB value is (223,13,182). Sum of RGB (Red+Green+Blue) = 223+13+182=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DB6 is #20F249. Grayscale: #5E5E5E. Windows color (decimal): -2159178 or 11931103. OLE color: 11931103.

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

Color convert

RGB 223 13 182 -
CMYK 0 0.94 0.18 0.13
HSL 311.71º 0.89% 0.46% -
HSV(B) 311.71º 0.94% 0.87% -
XYZ 39.02 19.35 45.93 -
YUV 95.06 177.07 219.26 -
System Red Green Blue C M Y K H S L
Decimal 223 13 182 0 0.94 0.18 0.13 311.71 0.89 0.46
Hex DF D B6 0 5E 12 D 138 59 2E
Octal 337 15 266 0 136 22 15 470 131 56
Binary 11011111 1101 10110110 0 1011110 10010 1101 100111000 1011001 101110

Color Harmonies of #DF0DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DB6

Black with #DF0DB6

Text Example


Text Example

White with #DF0DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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