Html Css Color HEX #DA0869 Ruby

📋 copy color: '#DA0869'

red 218 ◦ green 8 ◦ blue 105

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

Shades of Ruby #DA0869

Tints of Ruby #DA0869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 65.86%
G = 2.42%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA0869 (or 0xDA0869) is known color: Ruby. HEX triplet: DA, 08 and 69. RGB value is (218,8,105). Sum of RGB (Red+Green+Blue) = 218+8+105=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0869 is #25F796. Grayscale: #515151. Windows color (decimal): -2488215 or 6883546. OLE color: 6883546.

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

Color convert

RGB 218 8 105 -
CMYK 0 0.96 0.52 0.15
HSL 332.29º 0.93% 0.44% -
HSV(B) 332.29º 0.96% 0.85% -
XYZ 31.55 16.1 14.81 -
YUV 81.85 141.07 225.11 -
System Red Green Blue C M Y K H S L
Decimal 218 8 105 0 0.96 0.52 0.15 332.29 0.93 0.44
Hex DA 8 69 0 60 34 F 14C 5D 2C
Octal 332 10 151 0 140 64 17 514 135 54
Binary 11011010 1000 1101001 0 1100000 110100 1111 101001100 1011101 101100

Color Harmonies of #DA0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0869

Black with #DA0869

Text Example


Text Example

White with #DA0869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0869; }

 p { color: rgb(218,8,105); }

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

background-color css

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

 a { background-color: rgb(218,8,105); }

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

border-color css

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

 span { border-color: rgb(218,8,105); }

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