Html Css Color HEX #DF0E60 Ruby

📋 copy color: '#DF0E60'

red 223 ◦ green 14 ◦ blue 96

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

Shades of Ruby #DF0E60

Tints of Ruby #DF0E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 66.97%
G = 4.2%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF0E60 (or 0xDF0E60) is known color: Ruby. HEX triplet: DF, 0E and 60. RGB value is (223,14,96). Sum of RGB (Red+Green+Blue) = 223+14+96=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E60 is #20F19F. Grayscale: #555555. Windows color (decimal): -2159008 or 6295263. OLE color: 6295263.

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

Color convert

RGB 223 14 96 -
CMYK 0 0.94 0.57 0.13
HSL 336.46º 0.88% 0.46% -
HSV(B) 336.46º 0.94% 0.87% -
XYZ 32.7 16.85 12.59 -
YUV 85.84 133.74 225.83 -
System Red Green Blue C M Y K H S L
Decimal 223 14 96 0 0.94 0.57 0.13 336.46 0.88 0.46
Hex DF E 60 0 5E 39 D 150 58 2E
Octal 337 16 140 0 136 71 15 520 130 56
Binary 11011111 1110 1100000 0 1011110 111001 1101 101010000 1011000 101110

Color Harmonies of #DF0E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E60

Black with #DF0E60

Text Example


Text Example

White with #DF0E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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