Html Css Color HEX #DA185B Ruby

📋 copy color: '#DA185B'

red 218 ◦ green 24 ◦ blue 91

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

Shades of Ruby #DA185B

Tints of Ruby #DA185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.21%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 65.47%
G = 7.21%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA185B (or 0xDA185B) is known color: Ruby. HEX triplet: DA, 18 and 5B. RGB value is (218,24,91). Sum of RGB (Red+Green+Blue) = 218+24+91=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA185B is #25E7A4. Grayscale: #595959. Windows color (decimal): -2484133 or 5970138. OLE color: 5970138.

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

Color convert

RGB 218 24 91 -
CMYK 0 0.89 0.58 0.15
HSL 339.28º 0.8% 0.47% -
HSV(B) 339.28º 0.89% 0.85% -
XYZ 31.13 16.31 11.41 -
YUV 89.64 128.77 219.55 -
System Red Green Blue C M Y K H S L
Decimal 218 24 91 0 0.89 0.58 0.15 339.28 0.8 0.47
Hex DA 18 5B 0 59 3A F 153 50 2F
Octal 332 30 133 0 131 72 17 523 120 57
Binary 11011010 11000 1011011 0 1011001 111010 1111 101010011 1010000 101111

Color Harmonies of #DA185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA185B

Black with #DA185B

Text Example


Text Example

White with #DA185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA185B; }

 p { color: rgb(218,24,91); }

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

background-color css

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

 a { background-color: rgb(218,24,91); }

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

border-color css

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

 span { border-color: rgb(218,24,91); }

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