Html Css Color HEX #DA1773 Ruby

📋 copy color: '#DA1773'

red 218 ◦ green 23 ◦ blue 115

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

Shades of Ruby #DA1773

Tints of Ruby #DA1773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 61.24%
G = 6.46%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA1773 (or 0xDA1773) is known color: Ruby. HEX triplet: DA, 17 and 73. RGB value is (218,23,115). Sum of RGB (Red+Green+Blue) = 218+23+115=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1773 is #25E88C. Grayscale: #5B5B5B. Windows color (decimal): -2484365 or 7542746. OLE color: 7542746.

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

Color convert

RGB 218 23 115 -
CMYK 0 0.89 0.47 0.15
HSL 331.69º 0.81% 0.47% -
HSV(B) 331.69º 0.89% 0.85% -
XYZ 32.31 16.76 17.75 -
YUV 91.79 141.1 218.02 -
System Red Green Blue C M Y K H S L
Decimal 218 23 115 0 0.89 0.47 0.15 331.69 0.81 0.47
Hex DA 17 73 0 59 2F F 14C 51 2F
Octal 332 27 163 0 131 57 17 514 121 57
Binary 11011010 10111 1110011 0 1011001 101111 1111 101001100 1010001 101111

Color Harmonies of #DA1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1773

Black with #DA1773

Text Example


Text Example

White with #DA1773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1773; }

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

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

background-color css

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

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

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

border-color css

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

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

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