Html Css Color HEX #DA1760 Ruby

📋 copy color: '#DA1760'

red 218 ◦ green 23 ◦ blue 96

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

Shades of Ruby #DA1760

Tints of Ruby #DA1760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 64.69%
G = 6.82%
B = 28.49%

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

#DA1760 (or 0xDA1760) is known color: Ruby. HEX triplet: DA, 17 and 60. RGB value is (218,23,96). Sum of RGB (Red+Green+Blue) = 218+23+96=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1760 is #25E89F. Grayscale: #595959. Windows color (decimal): -2484384 or 6297562. OLE color: 6297562.

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

Color convert

RGB 218 23 96 -
CMYK 0 0.89 0.56 0.15
HSL 337.54º 0.81% 0.47% -
HSV(B) 337.54º 0.89% 0.85% -
XYZ 31.33 16.36 12.57 -
YUV 89.63 131.6 219.56 -
System Red Green Blue C M Y K H S L
Decimal 218 23 96 0 0.89 0.56 0.15 337.54 0.81 0.47
Hex DA 17 60 0 59 38 F 152 51 2F
Octal 332 27 140 0 131 70 17 522 121 57
Binary 11011010 10111 1100000 0 1011001 111000 1111 101010010 1010001 101111

Color Harmonies of #DA1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1760

Black with #DA1760

Text Example


Text Example

White with #DA1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1760; }

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

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

background-color css

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

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

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

border-color css

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

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

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