Html Css Color HEX #DA1776 Ruby

📋 copy color: '#DA1776'

red 218 ◦ green 23 ◦ blue 118

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

Shades of Ruby #DA1776

Tints of Ruby #DA1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.41%

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 60.72%
G = 6.41%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA1776 (or 0xDA1776) is known color: Ruby. HEX triplet: DA, 17 and 76. RGB value is (218,23,118). Sum of RGB (Red+Green+Blue) = 218+23+118=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1776 is #25E889. Grayscale: #5B5B5B. Windows color (decimal): -2484362 or 7739354. OLE color: 7739354.

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

Color convert

RGB 218 23 118 -
CMYK 0 0.89 0.46 0.15
HSL 330.77º 0.81% 0.47% -
HSV(B) 330.77º 0.89% 0.85% -
XYZ 32.49 16.83 18.67 -
YUV 92.14 142.6 217.78 -
System Red Green Blue C M Y K H S L
Decimal 218 23 118 0 0.89 0.46 0.15 330.77 0.81 0.47
Hex DA 17 76 0 59 2E F 14B 51 2F
Octal 332 27 166 0 131 56 17 513 121 57
Binary 11011010 10111 1110110 0 1011001 101110 1111 101001011 1010001 101111

Color Harmonies of #DA1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1776

Black with #DA1776

Text Example


Text Example

White with #DA1776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1776; }

 p { color: rgb(218,23,118); }

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

background-color css

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

 a { background-color: rgb(218,23,118); }

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

border-color css

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

 span { border-color: rgb(218,23,118); }

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