Html Css Color HEX #DA0E6F Ruby

📋 copy color: '#DA0E6F'

red 218 ◦ green 14 ◦ blue 111

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

Shades of Ruby #DA0E6F

Tints of Ruby #DA0E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.08%

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

R = 63.56%
G = 4.08%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA0E6F (or 0xDA0E6F) is known color: Ruby. HEX triplet: DA, 0E and 6F. RGB value is (218,14,111). Sum of RGB (Red+Green+Blue) = 218+14+111=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0E6F is #25F190. Grayscale: #555555. Windows color (decimal): -2486673 or 7278298. OLE color: 7278298.

HSL color Cylindrical-coordinate representation of color #DA0E6F: hue angle of 331.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0E6F is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 14 111 -
CMYK 0 0.94 0.49 0.15
HSL 331.47º 0.88% 0.45% -
HSV(B) 331.47º 0.94% 0.85% -
XYZ 31.94 16.37 16.51 -
YUV 86.05 142.09 222.11 -
System Red Green Blue C M Y K H S L
Decimal 218 14 111 0 0.94 0.49 0.15 331.47 0.88 0.45
Hex DA E 6F 0 5E 31 F 14B 58 2D
Octal 332 16 157 0 136 61 17 513 130 55
Binary 11011010 1110 1101111 0 1011110 110001 1111 101001011 1011000 101101

Color Harmonies of #DA0E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0E6F

Black with #DA0E6F

Text Example


Text Example

White with #DA0E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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