Html Css Color HEX #DA176C Ruby

📋 copy color: '#DA176C'

red 218 ◦ green 23 ◦ blue 108

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

Shades of Ruby #DA176C

Tints of Ruby #DA176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 62.46%
G = 6.59%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA176C (or 0xDA176C) is known color: Ruby. HEX triplet: DA, 17 and 6C. RGB value is (218,23,108). Sum of RGB (Red+Green+Blue) = 218+23+108=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA176C is #25E893. Grayscale: #5A5A5A. Windows color (decimal): -2484372 or 7083994. OLE color: 7083994.

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

Color convert

RGB 218 23 108 -
CMYK 0 0.89 0.50 0.15
HSL 333.85º 0.81% 0.47% -
HSV(B) 333.85º 0.89% 0.85% -
XYZ 31.93 16.6 15.71 -
YUV 91 137.6 218.59 -
System Red Green Blue C M Y K H S L
Decimal 218 23 108 0 0.89 0.50 0.15 333.85 0.81 0.47
Hex DA 17 6C 0 59 32 F 14E 51 2F
Octal 332 27 154 0 131 62 17 516 121 57
Binary 11011010 10111 1101100 0 1011001 110010 1111 101001110 1010001 101111

Color Harmonies of #DA176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA176C

Black with #DA176C

Text Example


Text Example

White with #DA176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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