Html Css Color HEX #DC066A Ruby

📋 copy color: '#DC066A'

red 220 ◦ green 6 ◦ blue 106

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

Shades of Ruby #DC066A

Tints of Ruby #DC066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 66.27%
G = 1.81%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC066A (or 0xDC066A) is known color: Ruby. HEX triplet: DC, 06 and 6A. RGB value is (220,6,106). Sum of RGB (Red+Green+Blue) = 220+6+106=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC066A is #23F995. Grayscale: #515151. Windows color (decimal): -2357654 or 6948572. OLE color: 6948572.

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

Color convert

RGB 220 6 106 -
CMYK 0 0.97 0.52 0.14
HSL 331.96º 0.95% 0.44% -
HSV(B) 331.96º 0.97% 0.86% -
XYZ 32.18 16.39 15.1 -
YUV 81.39 141.9 226.87 -
System Red Green Blue C M Y K H S L
Decimal 220 6 106 0 0.97 0.52 0.14 331.96 0.95 0.44
Hex DC 6 6A 0 61 34 E 14C 5F 2C
Octal 334 6 152 0 141 64 16 514 137 54
Binary 11011100 110 1101010 0 1100001 110100 1110 101001100 1011111 101100

Color Harmonies of #DC066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC066A

Black with #DC066A

Text Example


Text Example

White with #DC066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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