Html Css Color HEX #DC086E Ruby

📋 copy color: '#DC086E'

red 220 ◦ green 8 ◦ blue 110

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

Shades of Ruby #DC086E

Tints of Ruby #DC086E

RGB

 RED value IS 220 (86.33% from 255) = 65.09%

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

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

R = 65.09%
G = 2.37%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC086E (or 0xDC086E) is known color: Ruby. HEX triplet: DC, 08 and 6E. RGB value is (220,8,110). Sum of RGB (Red+Green+Blue) = 220+8+110=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC086E is #23F791. Grayscale: #525252. Windows color (decimal): -2357138 or 7211228. OLE color: 7211228.

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

Color convert

RGB 220 8 110 -
CMYK 0 0.96 0.50 0.14
HSL 331.13º 0.93% 0.45% -
HSV(B) 331.13º 0.96% 0.86% -
XYZ 32.42 16.52 16.23 -
YUV 83.02 143.24 225.71 -
System Red Green Blue C M Y K H S L
Decimal 220 8 110 0 0.96 0.50 0.14 331.13 0.93 0.45
Hex DC 8 6E 0 60 32 E 14B 5D 2D
Octal 334 10 156 0 140 62 16 513 135 55
Binary 11011100 1000 1101110 0 1100000 110010 1110 101001011 1011101 101101

Color Harmonies of #DC086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC086E

Black with #DC086E

Text Example


Text Example

White with #DC086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC086E; }

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

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

background-color css

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

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

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

border-color css

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

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

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