Html Css Color HEX #DA175F Ruby

📋 copy color: '#DA175F'

red 218 ◦ green 23 ◦ blue 95

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

Shades of Ruby #DA175F

Tints of Ruby #DA175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 64.88%
G = 6.85%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA175F (or 0xDA175F) is known color: Ruby. HEX triplet: DA, 17 and 5F. RGB value is (218,23,95). Sum of RGB (Red+Green+Blue) = 218+23+95=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA175F is #25E8A0. Grayscale: #595959. Windows color (decimal): -2484385 or 6232026. OLE color: 6232026.

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

Color convert

RGB 218 23 95 -
CMYK 0 0.89 0.56 0.15
HSL 337.85º 0.81% 0.47% -
HSV(B) 337.85º 0.89% 0.85% -
XYZ 31.29 16.34 12.33 -
YUV 89.51 131.1 219.65 -
System Red Green Blue C M Y K H S L
Decimal 218 23 95 0 0.89 0.56 0.15 337.85 0.81 0.47
Hex DA 17 5F 0 59 38 F 152 51 2F
Octal 332 27 137 0 131 70 17 522 121 57
Binary 11011010 10111 1011111 0 1011001 111000 1111 101010010 1010001 101111

Color Harmonies of #DA175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA175F

Black with #DA175F

Text Example


Text Example

White with #DA175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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