Html Css Color HEX #DA1B57 Ruby

📋 copy color: '#DA1B57'

red 218 ◦ green 27 ◦ blue 87

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

Shades of Ruby #DA1B57

Tints of Ruby #DA1B57

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.13%

 BLUE value IS 87 (34.38% from 255) = 26.2%

R = 65.66%
G = 8.13%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA1B57 (or 0xDA1B57) is known color: Ruby. HEX triplet: DA, 1B and 57. RGB value is (218,27,87). Sum of RGB (Red+Green+Blue) = 218+27+87=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B57 is #25E4A8. Grayscale: #5A5A5A. Windows color (decimal): -2483369 or 5708762. OLE color: 5708762.

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

Color convert

RGB 218 27 87 -
CMYK 0 0.88 0.60 0.15
HSL 341.15º 0.78% 0.48% -
HSV(B) 341.15º 0.88% 0.85% -
XYZ 31.03 16.38 10.54 -
YUV 90.95 125.78 218.62 -
System Red Green Blue C M Y K H S L
Decimal 218 27 87 0 0.88 0.60 0.15 341.15 0.78 0.48
Hex DA 1B 57 0 58 3C F 155 4E 30
Octal 332 33 127 0 130 74 17 525 116 60
Binary 11011010 11011 1010111 0 1011000 111100 1111 101010101 1001110 110000

Color Harmonies of #DA1B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B57

Black with #DA1B57

Text Example


Text Example

White with #DA1B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B57; }

 p { color: rgb(218,27,87); }

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

background-color css

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

 a { background-color: rgb(218,27,87); }

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

border-color css

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

 span { border-color: rgb(218,27,87); }

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