Html Css Color HEX #DA1761 Ruby

📋 copy color: '#DA1761'

red 218 ◦ green 23 ◦ blue 97

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

Shades of Ruby #DA1761

Tints of Ruby #DA1761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 64.5%
G = 6.8%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA1761 (or 0xDA1761) is known color: Ruby. HEX triplet: DA, 17 and 61. RGB value is (218,23,97). Sum of RGB (Red+Green+Blue) = 218+23+97=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1761 is #25E89E. Grayscale: #595959. Windows color (decimal): -2484383 or 6363098. OLE color: 6363098.

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

Color convert

RGB 218 23 97 -
CMYK 0 0.89 0.56 0.15
HSL 337.23º 0.81% 0.47% -
HSV(B) 337.23º 0.89% 0.85% -
XYZ 31.38 16.38 12.82 -
YUV 89.74 132.1 219.48 -
System Red Green Blue C M Y K H S L
Decimal 218 23 97 0 0.89 0.56 0.15 337.23 0.81 0.47
Hex DA 17 61 0 59 38 F 151 51 2F
Octal 332 27 141 0 131 70 17 521 121 57
Binary 11011010 10111 1100001 0 1011001 111000 1111 101010001 1010001 101111

Color Harmonies of #DA1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1761

Black with #DA1761

Text Example


Text Example

White with #DA1761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1761; }

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

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

background-color css

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

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

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

border-color css

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

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

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