Html Css Color HEX #DF0E69 Ruby

📋 copy color: '#DF0E69'

red 223 ◦ green 14 ◦ blue 105

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

Shades of Ruby #DF0E69

Tints of Ruby #DF0E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 65.2%
G = 4.09%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF0E69 (or 0xDF0E69) is known color: Ruby. HEX triplet: DF, 0E and 69. RGB value is (223,14,105). Sum of RGB (Red+Green+Blue) = 223+14+105=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E69 is #20F196. Grayscale: #565656. Windows color (decimal): -2158999 or 6885087. OLE color: 6885087.

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

Color convert

RGB 223 14 105 -
CMYK 0 0.94 0.53 0.13
HSL 333.88º 0.88% 0.46% -
HSV(B) 333.88º 0.94% 0.87% -
XYZ 33.14 17.02 14.9 -
YUV 86.87 138.24 225.1 -
System Red Green Blue C M Y K H S L
Decimal 223 14 105 0 0.94 0.53 0.13 333.88 0.88 0.46
Hex DF E 69 0 5E 35 D 14E 58 2E
Octal 337 16 151 0 136 65 15 516 130 56
Binary 11011111 1110 1101001 0 1011110 110101 1101 101001110 1011000 101110

Color Harmonies of #DF0E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E69

Black with #DF0E69

Text Example


Text Example

White with #DF0E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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