Html Css Color HEX #DF086E Ruby

📋 copy color: '#DF086E'

red 223 ◦ green 8 ◦ blue 110

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

Shades of Ruby #DF086E

Tints of Ruby #DF086E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 65.4%
G = 2.35%
B = 32.26%

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

#DF086E (or 0xDF086E) is known color: Ruby. HEX triplet: DF, 08 and 6E. RGB value is (223,8,110). Sum of RGB (Red+Green+Blue) = 223+8+110=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF086E is #20F791. Grayscale: #535353. Windows color (decimal): -2160530 or 7211231. OLE color: 7211231.

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

Color convert

RGB 223 8 110 -
CMYK 0 0.96 0.51 0.13
HSL 331.53º 0.93% 0.45% -
HSV(B) 331.53º 0.96% 0.87% -
XYZ 33.33 16.99 16.27 -
YUV 83.91 142.73 227.21 -
System Red Green Blue C M Y K H S L
Decimal 223 8 110 0 0.96 0.51 0.13 331.53 0.93 0.45
Hex DF 8 6E 0 60 33 D 14C 5D 2D
Octal 337 10 156 0 140 63 15 514 135 55
Binary 11011111 1000 1101110 0 1100000 110011 1101 101001100 1011101 101101

Color Harmonies of #DF086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF086E

Black with #DF086E

Text Example


Text Example

White with #DF086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF086E; }

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

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

background-color css

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

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

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

border-color css

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

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

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