Html Css Color HEX #DA066F Ruby

📋 copy color: '#DA066F'

red 218 ◦ green 6 ◦ blue 111

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

Shades of Ruby #DA066F

Tints of Ruby #DA066F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 65.07%
G = 1.79%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA066F (or 0xDA066F) is known color: Ruby. HEX triplet: DA, 06 and 6F. RGB value is (218,6,111). Sum of RGB (Red+Green+Blue) = 218+6+111=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA066F is #25F990. Grayscale: #515151. Windows color (decimal): -2488721 or 7276250. OLE color: 7276250.

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

Color convert

RGB 218 6 111 -
CMYK 0 0.97 0.49 0.15
HSL 330.28º 0.95% 0.44% -
HSV(B) 330.28º 0.97% 0.85% -
XYZ 31.85 16.18 16.48 -
YUV 81.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 218 6 111 0 0.97 0.49 0.15 330.28 0.95 0.44
Hex DA 6 6F 0 61 31 F 14A 5F 2C
Octal 332 6 157 0 141 61 17 512 137 54
Binary 11011010 110 1101111 0 1100001 110001 1111 101001010 1011111 101100

Color Harmonies of #DA066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA066F

Black with #DA066F

Text Example


Text Example

White with #DA066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA066F; }

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

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

background-color css

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

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

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

border-color css

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

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

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