Html Css Color HEX #DA176A Ruby

📋 copy color: '#DA176A'

red 218 ◦ green 23 ◦ blue 106

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

Shades of Ruby #DA176A

Tints of Ruby #DA176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 62.82%
G = 6.63%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA176A (or 0xDA176A) is known color: Ruby. HEX triplet: DA, 17 and 6A. RGB value is (218,23,106). Sum of RGB (Red+Green+Blue) = 218+23+106=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA176A is #25E895. Grayscale: #5A5A5A. Windows color (decimal): -2484374 or 6952922. OLE color: 6952922.

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

Color convert

RGB 218 23 106 -
CMYK 0 0.89 0.51 0.15
HSL 334.46º 0.81% 0.47% -
HSV(B) 334.46º 0.89% 0.85% -
XYZ 31.82 16.56 15.15 -
YUV 90.77 136.6 218.75 -
System Red Green Blue C M Y K H S L
Decimal 218 23 106 0 0.89 0.51 0.15 334.46 0.81 0.47
Hex DA 17 6A 0 59 33 F 14E 51 2F
Octal 332 27 152 0 131 63 17 516 121 57
Binary 11011010 10111 1101010 0 1011001 110011 1111 101001110 1010001 101111

Color Harmonies of #DA176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA176A

Black with #DA176A

Text Example


Text Example

White with #DA176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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