Html Css Color HEX #DF086C Ruby

📋 copy color: '#DF086C'

red 223 ◦ green 8 ◦ blue 108

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

Shades of Ruby #DF086C

Tints of Ruby #DF086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 65.78%
G = 2.36%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF086C (or 0xDF086C) is known color: Ruby. HEX triplet: DF, 08 and 6C. RGB value is (223,8,108). Sum of RGB (Red+Green+Blue) = 223+8+108=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF086C is #20F793. Grayscale: #535353. Windows color (decimal): -2160532 or 7080159. OLE color: 7080159.

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

Color convert

RGB 223 8 108 -
CMYK 0 0.96 0.52 0.13
HSL 332.09º 0.93% 0.45% -
HSV(B) 332.09º 0.96% 0.87% -
XYZ 33.23 16.94 15.71 -
YUV 83.69 141.73 227.37 -
System Red Green Blue C M Y K H S L
Decimal 223 8 108 0 0.96 0.52 0.13 332.09 0.93 0.45
Hex DF 8 6C 0 60 34 D 14C 5D 2D
Octal 337 10 154 0 140 64 15 514 135 55
Binary 11011111 1000 1101100 0 1100000 110100 1101 101001100 1011101 101101

Color Harmonies of #DF086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF086C

Black with #DF086C

Text Example


Text Example

White with #DF086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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