Html Css Color HEX #DA1763 Ruby

📋 copy color: '#DA1763'

red 218 ◦ green 23 ◦ blue 99

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

Shades of Ruby #DA1763

Tints of Ruby #DA1763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 64.12%
G = 6.76%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA1763 (or 0xDA1763) is known color: Ruby. HEX triplet: DA, 17 and 63. RGB value is (218,23,99). Sum of RGB (Red+Green+Blue) = 218+23+99=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1763 is #25E89C. Grayscale: #595959. Windows color (decimal): -2484381 or 6494170. OLE color: 6494170.

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

Color convert

RGB 218 23 99 -
CMYK 0 0.89 0.55 0.15
HSL 336.62º 0.81% 0.47% -
HSV(B) 336.62º 0.89% 0.85% -
XYZ 31.47 16.42 13.31 -
YUV 89.97 133.1 219.32 -
System Red Green Blue C M Y K H S L
Decimal 218 23 99 0 0.89 0.55 0.15 336.62 0.81 0.47
Hex DA 17 63 0 59 37 F 151 51 2F
Octal 332 27 143 0 131 67 17 521 121 57
Binary 11011010 10111 1100011 0 1011001 110111 1111 101010001 1010001 101111

Color Harmonies of #DA1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1763

Black with #DA1763

Text Example


Text Example

White with #DA1763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1763; }

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

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

background-color css

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

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

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

border-color css

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

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

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