Html Css Color HEX #DA0F65 Ruby

📋 copy color: '#DA0F65'

red 218 ◦ green 15 ◦ blue 101

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

Shades of Ruby #DA0F65

Tints of Ruby #DA0F65

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

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

R = 65.27%
G = 4.49%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA0F65 (or 0xDA0F65) is known color: Ruby. HEX triplet: DA, 0F and 65. RGB value is (218,15,101). Sum of RGB (Red+Green+Blue) = 218+15+101=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0F65 is #25F09A. Grayscale: #555555. Windows color (decimal): -2486427 or 6623194. OLE color: 6623194.

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

Color convert

RGB 218 15 101 -
CMYK 0 0.93 0.54 0.15
HSL 334.58º 0.87% 0.46% -
HSV(B) 334.58º 0.93% 0.85% -
XYZ 31.43 16.19 13.78 -
YUV 85.5 136.75 222.51 -
System Red Green Blue C M Y K H S L
Decimal 218 15 101 0 0.93 0.54 0.15 334.58 0.87 0.46
Hex DA F 65 0 5D 36 F 14F 57 2E
Octal 332 17 145 0 135 66 17 517 127 56
Binary 11011010 1111 1100101 0 1011101 110110 1111 101001111 1010111 101110

Color Harmonies of #DA0F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F65

Black with #DA0F65

Text Example


Text Example

White with #DA0F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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