Html Css Color HEX #DF086D Ruby

📋 copy color: '#DF086D'

red 223 ◦ green 8 ◦ blue 109

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

Shades of Ruby #DF086D

Tints of Ruby #DF086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 65.59%
G = 2.35%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF086D (or 0xDF086D) is known color: Ruby. HEX triplet: DF, 08 and 6D. RGB value is (223,8,109). Sum of RGB (Red+Green+Blue) = 223+8+109=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF086D is #20F792. Grayscale: #535353. Windows color (decimal): -2160531 or 7145695. OLE color: 7145695.

HSL color Cylindrical-coordinate representation of color #DF086D: hue angle of 331.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF086D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 109 -
CMYK 0 0.96 0.51 0.13
HSL 331.81º 0.93% 0.45% -
HSV(B) 331.81º 0.96% 0.87% -
XYZ 33.28 16.97 15.99 -
YUV 83.8 142.23 227.29 -
System Red Green Blue C M Y K H S L
Decimal 223 8 109 0 0.96 0.51 0.13 331.81 0.93 0.45
Hex DF 8 6D 0 60 33 D 14C 5D 2D
Octal 337 10 155 0 140 63 15 514 135 55
Binary 11011111 1000 1101101 0 1100000 110011 1101 101001100 1011101 101101

Color Harmonies of #DF086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF086D

Black with #DF086D

Text Example


Text Example

White with #DF086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF086D; }

 p { color: rgb(223,8,109); }

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

background-color css

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

 a { background-color: rgb(223,8,109); }

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

border-color css

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

 span { border-color: rgb(223,8,109); }

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