Html Css Color HEX #DC086D Ruby

📋 copy color: '#DC086D'

red 220 ◦ green 8 ◦ blue 109

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

Shades of Ruby #DC086D

Tints of Ruby #DC086D

RGB

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

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

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

R = 65.28%
G = 2.37%
B = 32.34%

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

#DC086D (or 0xDC086D) is known color: Ruby. HEX triplet: DC, 08 and 6D. RGB value is (220,8,109). Sum of RGB (Red+Green+Blue) = 220+8+109=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC086D is #23F792. Grayscale: #525252. Windows color (decimal): -2357139 or 7145692. OLE color: 7145692.

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

Color convert

RGB 220 8 109 -
CMYK 0 0.96 0.50 0.14
HSL 331.42º 0.93% 0.45% -
HSV(B) 331.42º 0.96% 0.86% -
XYZ 32.36 16.49 15.95 -
YUV 82.9 142.74 225.79 -
System Red Green Blue C M Y K H S L
Decimal 220 8 109 0 0.96 0.50 0.14 331.42 0.93 0.45
Hex DC 8 6D 0 60 32 E 14B 5D 2D
Octal 334 10 155 0 140 62 16 513 135 55
Binary 11011100 1000 1101101 0 1100000 110010 1110 101001011 1011101 101101

Color Harmonies of #DC086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC086D

Black with #DC086D

Text Example


Text Example

White with #DC086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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