Html Css Color HEX #DA195D Ruby

📋 copy color: '#DA195D'

red 218 ◦ green 25 ◦ blue 93

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

Shades of Ruby #DA195D

Tints of Ruby #DA195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 64.88%
G = 7.44%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA195D (or 0xDA195D) is known color: Ruby. HEX triplet: DA, 19 and 5D. RGB value is (218,25,93). Sum of RGB (Red+Green+Blue) = 218+25+93=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA195D is #25E6A2. Grayscale: #5A5A5A. Windows color (decimal): -2483875 or 6101466. OLE color: 6101466.

HSL color Cylindrical-coordinate representation of color #DA195D: hue angle of 338.86º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA195D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 93 -
CMYK 0 0.89 0.57 0.15
HSL 338.86º 0.79% 0.48% -
HSV(B) 338.86º 0.89% 0.85% -
XYZ 31.24 16.39 11.87 -
YUV 90.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 218 25 93 0 0.89 0.57 0.15 338.86 0.79 0.48
Hex DA 19 5D 0 59 39 F 153 4F 30
Octal 332 31 135 0 131 71 17 523 117 60
Binary 11011010 11001 1011101 0 1011001 111001 1111 101010011 1001111 110000

Color Harmonies of #DA195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA195D

Black with #DA195D

Text Example


Text Example

White with #DA195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA195D; }

 p { color: rgb(218,25,93); }

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

background-color css

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

 a { background-color: rgb(218,25,93); }

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

border-color css

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

 span { border-color: rgb(218,25,93); }

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