Html Css Color HEX #DA0E75 Ruby

📋 copy color: '#DA0E75'

red 218 ◦ green 14 ◦ blue 117

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

Shades of Ruby #DA0E75

Tints of Ruby #DA0E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 62.46%
G = 4.01%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA0E75 (or 0xDA0E75) is known color: Ruby. HEX triplet: DA, 0E and 75. RGB value is (218,14,117). Sum of RGB (Red+Green+Blue) = 218+14+117=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0E75 is #25F18A. Grayscale: #565656. Windows color (decimal): -2486667 or 7671514. OLE color: 7671514.

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

Color convert

RGB 218 14 117 -
CMYK 0 0.94 0.46 0.15
HSL 329.71º 0.88% 0.45% -
HSV(B) 329.71º 0.94% 0.85% -
XYZ 32.28 16.5 18.31 -
YUV 86.74 145.09 221.62 -
System Red Green Blue C M Y K H S L
Decimal 218 14 117 0 0.94 0.46 0.15 329.71 0.88 0.45
Hex DA E 75 0 5E 2E F 14A 58 2D
Octal 332 16 165 0 136 56 17 512 130 55
Binary 11011010 1110 1110101 0 1011110 101110 1111 101001010 1011000 101101

Color Harmonies of #DA0E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0E75

Black with #DA0E75

Text Example


Text Example

White with #DA0E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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