Html Css Color HEX #DA155A Ruby

📋 copy color: '#DA155A'

red 218 ◦ green 21 ◦ blue 90

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

Shades of Ruby #DA155A

Tints of Ruby #DA155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

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

R = 66.26%
G = 6.38%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA155A (or 0xDA155A) is known color: Ruby. HEX triplet: DA, 15 and 5A. RGB value is (218,21,90). Sum of RGB (Red+Green+Blue) = 218+21+90=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA155A is #25EAA5. Grayscale: #575757. Windows color (decimal): -2484902 or 5903834. OLE color: 5903834.

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

Color convert

RGB 218 21 90 -
CMYK 0 0.90 0.59 0.15
HSL 338.98º 0.82% 0.47% -
HSV(B) 338.98º 0.9% 0.85% -
XYZ 31.03 16.18 11.16 -
YUV 87.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 218 21 90 0 0.90 0.59 0.15 338.98 0.82 0.47
Hex DA 15 5A 0 5A 3B F 153 52 2F
Octal 332 25 132 0 132 73 17 523 122 57
Binary 11011010 10101 1011010 0 1011010 111011 1111 101010011 1010010 101111

Color Harmonies of #DA155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA155A

Black with #DA155A

Text Example


Text Example

White with #DA155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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