Html Css Color HEX #DF0E6F Ruby

📋 copy color: '#DF0E6F'

red 223 ◦ green 14 ◦ blue 111

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

Shades of Ruby #DF0E6F

Tints of Ruby #DF0E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 64.08%
G = 4.02%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF0E6F (or 0xDF0E6F) is known color: Ruby. HEX triplet: DF, 0E and 6F. RGB value is (223,14,111). Sum of RGB (Red+Green+Blue) = 223+14+111=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E6F is #20F190. Grayscale: #575757. Windows color (decimal): -2158993 or 7278303. OLE color: 7278303.

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

Color convert

RGB 223 14 111 -
CMYK 0 0.94 0.50 0.13
HSL 332.15º 0.88% 0.46% -
HSV(B) 332.15º 0.94% 0.87% -
XYZ 33.46 17.15 16.59 -
YUV 87.55 141.24 224.61 -
System Red Green Blue C M Y K H S L
Decimal 223 14 111 0 0.94 0.50 0.13 332.15 0.88 0.46
Hex DF E 6F 0 5E 32 D 14C 58 2E
Octal 337 16 157 0 136 62 15 514 130 56
Binary 11011111 1110 1101111 0 1011110 110010 1101 101001100 1011000 101110

Color Harmonies of #DF0E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E6F

Black with #DF0E6F

Text Example


Text Example

White with #DF0E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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