Html Css Color HEX #DC066E Ruby

📋 copy color: '#DC066E'

red 220 ◦ green 6 ◦ blue 110

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

Shades of Ruby #DC066E

Tints of Ruby #DC066E

RGB

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

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

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

R = 65.48%
G = 1.79%
B = 32.74%

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

#DC066E (or 0xDC066E) is known color: Ruby. HEX triplet: DC, 06 and 6E. RGB value is (220,6,110). Sum of RGB (Red+Green+Blue) = 220+6+110=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC066E is #23F991. Grayscale: #515151. Windows color (decimal): -2357650 or 7210716. OLE color: 7210716.

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

Color convert

RGB 220 6 110 -
CMYK 0 0.97 0.50 0.14
HSL 330.84º 0.95% 0.44% -
HSV(B) 330.84º 0.97% 0.86% -
XYZ 32.39 16.47 16.22 -
YUV 81.84 143.9 226.54 -
System Red Green Blue C M Y K H S L
Decimal 220 6 110 0 0.97 0.50 0.14 330.84 0.95 0.44
Hex DC 6 6E 0 61 32 E 14B 5F 2C
Octal 334 6 156 0 141 62 16 513 137 54
Binary 11011100 110 1101110 0 1100001 110010 1110 101001011 1011111 101100

Color Harmonies of #DC066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC066E

Black with #DC066E

Text Example


Text Example

White with #DC066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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