Html Css Color HEX #DA1857 Ruby

📋 copy color: '#DA1857'

red 218 ◦ green 24 ◦ blue 87

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

Shades of Ruby #DA1857

Tints of Ruby #DA1857

RGB

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

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

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

R = 66.26%
G = 7.29%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA1857 (or 0xDA1857) is known color: Ruby. HEX triplet: DA, 18 and 57. RGB value is (218,24,87). Sum of RGB (Red+Green+Blue) = 218+24+87=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1857 is #25E7A8. Grayscale: #595959. Windows color (decimal): -2484137 or 5707994. OLE color: 5707994.

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

Color convert

RGB 218 24 87 -
CMYK 0 0.89 0.60 0.15
HSL 340.52º 0.8% 0.47% -
HSV(B) 340.52º 0.89% 0.85% -
XYZ 30.96 16.25 10.52 -
YUV 89.19 126.77 219.88 -
System Red Green Blue C M Y K H S L
Decimal 218 24 87 0 0.89 0.60 0.15 340.52 0.8 0.47
Hex DA 18 57 0 59 3C F 155 50 2F
Octal 332 30 127 0 131 74 17 525 120 57
Binary 11011010 11000 1010111 0 1011001 111100 1111 101010101 1010000 101111

Color Harmonies of #DA1857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1857

Black with #DA1857

Text Example


Text Example

White with #DA1857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1857; }

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

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

background-color css

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

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

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

border-color css

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

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

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