Html Css Color HEX #DF0EBC Shocking Pink

📋 copy color: '#DF0EBC'

red 223 ◦ green 14 ◦ blue 188

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

Shades of Shocking Pink #DF0EBC

Tints of Shocking Pink #DF0EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.29%

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 52.47%
G = 3.29%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF0EBC (or 0xDF0EBC) is known color: Shocking Pink. HEX triplet: DF, 0E and BC. RGB value is (223,14,188). Sum of RGB (Red+Green+Blue) = 223+14+188=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EBC is #20F143. Grayscale: #5F5F5F. Windows color (decimal): -2158916 or 12324575. OLE color: 12324575.

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

Color convert

RGB 223 14 188 -
CMYK 0 0.94 0.16 0.13
HSL 310.05º 0.88% 0.46% -
HSV(B) 310.05º 0.94% 0.87% -
XYZ 39.67 19.63 49.28 -
YUV 96.33 179.74 218.35 -
System Red Green Blue C M Y K H S L
Decimal 223 14 188 0 0.94 0.16 0.13 310.05 0.88 0.46
Hex DF E BC 0 5E 10 D 136 58 2E
Octal 337 16 274 0 136 20 15 466 130 56
Binary 11011111 1110 10111100 0 1011110 10000 1101 100110110 1011000 101110

Color Harmonies of #DF0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0EBC

Black with #DF0EBC

Text Example


Text Example

White with #DF0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0EBC; }

 p { color: rgb(223,14,188); }

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

background-color css

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

 a { background-color: rgb(223,14,188); }

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

border-color css

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

 span { border-color: rgb(223,14,188); }

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