Html Css Color HEX #DA176F Ruby

📋 copy color: '#DA176F'

red 218 ◦ green 23 ◦ blue 111

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

Shades of Ruby #DA176F

Tints of Ruby #DA176F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 61.93%
G = 6.53%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA176F (or 0xDA176F) is known color: Ruby. HEX triplet: DA, 17 and 6F. RGB value is (218,23,111). Sum of RGB (Red+Green+Blue) = 218+23+111=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA176F is #25E890. Grayscale: #5B5B5B. Windows color (decimal): -2484369 or 7280602. OLE color: 7280602.

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

Color convert

RGB 218 23 111 -
CMYK 0 0.89 0.49 0.15
HSL 332.92º 0.81% 0.47% -
HSV(B) 332.92º 0.89% 0.85% -
XYZ 32.09 16.67 16.56 -
YUV 91.34 139.1 218.34 -
System Red Green Blue C M Y K H S L
Decimal 218 23 111 0 0.89 0.49 0.15 332.92 0.81 0.47
Hex DA 17 6F 0 59 31 F 14D 51 2F
Octal 332 27 157 0 131 61 17 515 121 57
Binary 11011010 10111 1101111 0 1011001 110001 1111 101001101 1010001 101111

Color Harmonies of #DA176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA176F

Black with #DA176F

Text Example


Text Example

White with #DA176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA176F; }

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

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

background-color css

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

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

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

border-color css

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

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

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