Html Css Color HEX #DA066D Ruby

📋 copy color: '#DA066D'

red 218 ◦ green 6 ◦ blue 109

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

Shades of Ruby #DA066D

Tints of Ruby #DA066D

RGB

 RED value IS 218 (85.55% from 255) = 65.47%

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

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

R = 65.47%
G = 1.8%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA066D (or 0xDA066D) is known color: Ruby. HEX triplet: DA, 06 and 6D. RGB value is (218,6,109). Sum of RGB (Red+Green+Blue) = 218+6+109=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA066D is #25F992. Grayscale: #505050. Windows color (decimal): -2488723 or 7145178. OLE color: 7145178.

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

Color convert

RGB 218 6 109 -
CMYK 0 0.97 0.5 0.15
HSL 330.85º 0.95% 0.44% -
HSV(B) 330.85º 0.97% 0.85% -
XYZ 31.74 16.14 15.91 -
YUV 81.13 143.74 225.62 -
System Red Green Blue C M Y K H S L
Decimal 218 6 109 0 0.97 0.5 0.15 330.85 0.95 0.44
Hex DA 6 6D 0 61 32 F 14B 5F 2C
Octal 332 6 155 0 141 62 17 513 137 54
Binary 11011010 110 1101101 0 1100001 110010 1111 101001011 1011111 101100

Color Harmonies of #DA066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA066D

Black with #DA066D

Text Example


Text Example

White with #DA066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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