Html Css Color HEX #DA0E6C Ruby

📋 copy color: '#DA0E6C'

red 218 ◦ green 14 ◦ blue 108

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

Shades of Ruby #DA0E6C

Tints of Ruby #DA0E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 64.12%
G = 4.12%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA0E6C (or 0xDA0E6C) is known color: Ruby. HEX triplet: DA, 0E and 6C. RGB value is (218,14,108). Sum of RGB (Red+Green+Blue) = 218+14+108=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0E6C is #25F193. Grayscale: #555555. Windows color (decimal): -2486676 or 7081690. OLE color: 7081690.

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

Color convert

RGB 218 14 108 -
CMYK 0 0.94 0.50 0.15
HSL 332.35º 0.88% 0.45% -
HSV(B) 332.35º 0.94% 0.85% -
XYZ 31.78 16.3 15.66 -
YUV 85.71 140.59 222.36 -
System Red Green Blue C M Y K H S L
Decimal 218 14 108 0 0.94 0.50 0.15 332.35 0.88 0.45
Hex DA E 6C 0 5E 32 F 14C 58 2D
Octal 332 16 154 0 136 62 17 514 130 55
Binary 11011010 1110 1101100 0 1011110 110010 1111 101001100 1011000 101101

Color Harmonies of #DA0E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0E6C

Black with #DA0E6C

Text Example


Text Example

White with #DA0E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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