Html Css Color HEX #DC066D Ruby

📋 copy color: '#DC066D'

red 220 ◦ green 6 ◦ blue 109

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

Shades of Ruby #DC066D

Tints of Ruby #DC066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

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

R = 65.67%
G = 1.79%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC066D (or 0xDC066D) is known color: Ruby. HEX triplet: DC, 06 and 6D. RGB value is (220,6,109). Sum of RGB (Red+Green+Blue) = 220+6+109=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC066D is #23F992. Grayscale: #515151. Windows color (decimal): -2357651 or 7145180. OLE color: 7145180.

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

Color convert

RGB 220 6 109 -
CMYK 0 0.97 0.50 0.14
HSL 331.12º 0.95% 0.44% -
HSV(B) 331.12º 0.97% 0.86% -
XYZ 32.34 16.45 15.94 -
YUV 81.73 143.4 226.62 -
System Red Green Blue C M Y K H S L
Decimal 220 6 109 0 0.97 0.50 0.14 331.12 0.95 0.44
Hex DC 6 6D 0 61 32 E 14B 5F 2C
Octal 334 6 155 0 141 62 16 513 137 54
Binary 11011100 110 1101101 0 1100001 110010 1110 101001011 1011111 101100

Color Harmonies of #DC066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC066D

Black with #DC066D

Text Example


Text Example

White with #DC066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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