Html Css Color HEX #DF0E66 Ruby

📋 copy color: '#DF0E66'

red 223 ◦ green 14 ◦ blue 102

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

Shades of Ruby #DF0E66

Tints of Ruby #DF0E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 65.78%
G = 4.13%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF0E66 (or 0xDF0E66) is known color: Ruby. HEX triplet: DF, 0E and 66. RGB value is (223,14,102). Sum of RGB (Red+Green+Blue) = 223+14+102=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E66 is #20F199. Grayscale: #565656. Windows color (decimal): -2159002 or 6688479. OLE color: 6688479.

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

Color convert

RGB 223 14 102 -
CMYK 0 0.94 0.54 0.13
HSL 334.74º 0.88% 0.46% -
HSV(B) 334.74º 0.94% 0.87% -
XYZ 32.99 16.96 14.11 -
YUV 86.52 136.74 225.34 -
System Red Green Blue C M Y K H S L
Decimal 223 14 102 0 0.94 0.54 0.13 334.74 0.88 0.46
Hex DF E 66 0 5E 36 D 14F 58 2E
Octal 337 16 146 0 136 66 15 517 130 56
Binary 11011111 1110 1100110 0 1011110 110110 1101 101001111 1011000 101110

Color Harmonies of #DF0E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E66

Black with #DF0E66

Text Example


Text Example

White with #DF0E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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