Html Css Color HEX #DA1858 Ruby

📋 copy color: '#DA1858'

red 218 ◦ green 24 ◦ blue 88

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

Shades of Ruby #DA1858

Tints of Ruby #DA1858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 66.06%
G = 7.27%
B = 26.67%

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

#DA1858 (or 0xDA1858) is known color: Ruby. HEX triplet: DA, 18 and 58. RGB value is (218,24,88). Sum of RGB (Red+Green+Blue) = 218+24+88=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1858 is #25E7A7. Grayscale: #595959. Windows color (decimal): -2484136 or 5773530. OLE color: 5773530.

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

Color convert

RGB 218 24 88 -
CMYK 0 0.89 0.60 0.15
HSL 340.21º 0.8% 0.47% -
HSV(B) 340.21º 0.89% 0.85% -
XYZ 31 16.26 10.74 -
YUV 89.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 218 24 88 0 0.89 0.60 0.15 340.21 0.8 0.47
Hex DA 18 58 0 59 3C F 154 50 2F
Octal 332 30 130 0 131 74 17 524 120 57
Binary 11011010 11000 1011000 0 1011001 111100 1111 101010100 1010000 101111

Color Harmonies of #DA1858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1858

Black with #DA1858

Text Example


Text Example

White with #DA1858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1858; }

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

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

background-color css

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

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

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

border-color css

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

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

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