Html Css Color HEX #DA164F Ruby

📋 copy color: '#DA164F'

red 218 ◦ green 22 ◦ blue 79

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

Shades of Ruby #DA164F

Tints of Ruby #DA164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 68.34%
G = 6.9%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA164F (or 0xDA164F) is known color: Ruby. HEX triplet: DA, 16 and 4F. RGB value is (218,22,79). Sum of RGB (Red+Green+Blue) = 218+22+79=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA164F is #25E9B0. Grayscale: #575757. Windows color (decimal): -2484657 or 5183194. OLE color: 5183194.

HSL color Cylindrical-coordinate representation of color #DA164F: hue angle of 342.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA164F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 79 -
CMYK 0 0.90 0.64 0.15
HSL 342.55º 0.82% 0.47% -
HSV(B) 342.55º 0.9% 0.85% -
XYZ 30.61 16.04 8.88 -
YUV 87.1 123.43 221.37 -
System Red Green Blue C M Y K H S L
Decimal 218 22 79 0 0.90 0.64 0.15 342.55 0.82 0.47
Hex DA 16 4F 0 5A 40 F 157 52 2F
Octal 332 26 117 0 132 100 17 527 122 57
Binary 11011010 10110 1001111 0 1011010 1000000 1111 101010111 1010010 101111

Color Harmonies of #DA164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA164F

Black with #DA164F

Text Example


Text Example

White with #DA164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA164F; }

 p { color: rgb(218,22,79); }

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

background-color css

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

 a { background-color: rgb(218,22,79); }

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

border-color css

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

 span { border-color: rgb(218,22,79); }

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