Html Css Color HEX #DA176D Ruby

📋 copy color: '#DA176D'

red 218 ◦ green 23 ◦ blue 109

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

Shades of Ruby #DA176D

Tints of Ruby #DA176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 62.29%
G = 6.57%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA176D (or 0xDA176D) is known color: Ruby. HEX triplet: DA, 17 and 6D. RGB value is (218,23,109). Sum of RGB (Red+Green+Blue) = 218+23+109=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA176D is #25E892. Grayscale: #5A5A5A. Windows color (decimal): -2484371 or 7149530. OLE color: 7149530.

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

Color convert

RGB 218 23 109 -
CMYK 0 0.89 0.5 0.15
HSL 333.54º 0.81% 0.47% -
HSV(B) 333.54º 0.89% 0.85% -
XYZ 31.98 16.62 15.99 -
YUV 91.11 138.1 218.51 -
System Red Green Blue C M Y K H S L
Decimal 218 23 109 0 0.89 0.5 0.15 333.54 0.81 0.47
Hex DA 17 6D 0 59 32 F 14E 51 2F
Octal 332 27 155 0 131 62 17 516 121 57
Binary 11011010 10111 1101101 0 1011001 110010 1111 101001110 1010001 101111

Color Harmonies of #DA176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA176D

Black with #DA176D

Text Example


Text Example

White with #DA176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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