Html Css Color HEX #DC066B Ruby

📋 copy color: '#DC066B'

red 220 ◦ green 6 ◦ blue 107

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

Shades of Ruby #DC066B

Tints of Ruby #DC066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 66.07%
G = 1.8%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC066B (or 0xDC066B) is known color: Ruby. HEX triplet: DC, 06 and 6B. RGB value is (220,6,107). Sum of RGB (Red+Green+Blue) = 220+6+107=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC066B is #23F994. Grayscale: #515151. Windows color (decimal): -2357653 or 7014108. OLE color: 7014108.

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

Color convert

RGB 220 6 107 -
CMYK 0 0.97 0.51 0.14
HSL 331.68º 0.95% 0.44% -
HSV(B) 331.68º 0.97% 0.86% -
XYZ 32.23 16.41 15.38 -
YUV 81.5 142.4 226.79 -
System Red Green Blue C M Y K H S L
Decimal 220 6 107 0 0.97 0.51 0.14 331.68 0.95 0.44
Hex DC 6 6B 0 61 33 E 14C 5F 2C
Octal 334 6 153 0 141 63 16 514 137 54
Binary 11011100 110 1101011 0 1100001 110011 1110 101001100 1011111 101100

Color Harmonies of #DC066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC066B

Black with #DC066B

Text Example


Text Example

White with #DC066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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