Html Css Color HEX #DA0865 Ruby

📋 copy color: '#DA0865'

red 218 ◦ green 8 ◦ blue 101

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

Shades of Ruby #DA0865

Tints of Ruby #DA0865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 66.67%
G = 2.45%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA0865 (or 0xDA0865) is known color: Ruby. HEX triplet: DA, 08 and 65. RGB value is (218,8,101). Sum of RGB (Red+Green+Blue) = 218+8+101=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0865 is #25F79A. Grayscale: #515151. Windows color (decimal): -2488219 or 6621402. OLE color: 6621402.

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

Color convert

RGB 218 8 101 -
CMYK 0 0.96 0.54 0.15
HSL 333.43º 0.93% 0.44% -
HSV(B) 333.43º 0.96% 0.85% -
XYZ 31.35 16.02 13.75 -
YUV 81.39 139.07 225.44 -
System Red Green Blue C M Y K H S L
Decimal 218 8 101 0 0.96 0.54 0.15 333.43 0.93 0.44
Hex DA 8 65 0 60 36 F 14D 5D 2C
Octal 332 10 145 0 140 66 17 515 135 54
Binary 11011010 1000 1100101 0 1100000 110110 1111 101001101 1011101 101100

Color Harmonies of #DA0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0865

Black with #DA0865

Text Example


Text Example

White with #DA0865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0865; }

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

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

background-color css

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

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

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

border-color css

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

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

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