Html Css Color HEX #DA195A Ruby

📋 copy color: '#DA195A'

red 218 ◦ green 25 ◦ blue 90

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

Shades of Ruby #DA195A

Tints of Ruby #DA195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 65.47%
G = 7.51%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA195A (or 0xDA195A) is known color: Ruby. HEX triplet: DA, 19 and 5A. RGB value is (218,25,90). Sum of RGB (Red+Green+Blue) = 218+25+90=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA195A is #25E6A5. Grayscale: #5A5A5A. Windows color (decimal): -2483878 or 5904858. OLE color: 5904858.

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

Color convert

RGB 218 25 90 -
CMYK 0 0.89 0.59 0.15
HSL 339.79º 0.79% 0.48% -
HSV(B) 339.79º 0.89% 0.85% -
XYZ 31.11 16.34 11.19 -
YUV 90.12 127.94 219.21 -
System Red Green Blue C M Y K H S L
Decimal 218 25 90 0 0.89 0.59 0.15 339.79 0.79 0.48
Hex DA 19 5A 0 59 3B F 154 4F 30
Octal 332 31 132 0 131 73 17 524 117 60
Binary 11011010 11001 1011010 0 1011001 111011 1111 101010100 1001111 110000

Color Harmonies of #DA195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA195A

Black with #DA195A

Text Example


Text Example

White with #DA195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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