Html Css Color HEX #DA1870 Ruby

📋 copy color: '#DA1870'

red 218 ◦ green 24 ◦ blue 112

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

Shades of Ruby #DA1870

Tints of Ruby #DA1870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 61.58%
G = 6.78%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA1870 (or 0xDA1870) is known color: Ruby. HEX triplet: DA, 18 and 70. RGB value is (218,24,112). Sum of RGB (Red+Green+Blue) = 218+24+112=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1870 is #25E78F. Grayscale: #5B5B5B. Windows color (decimal): -2484112 or 7346394. OLE color: 7346394.

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

Color convert

RGB 218 24 112 -
CMYK 0 0.89 0.49 0.15
HSL 332.78º 0.8% 0.47% -
HSV(B) 332.78º 0.89% 0.85% -
XYZ 32.16 16.73 16.86 -
YUV 92.04 139.27 217.84 -
System Red Green Blue C M Y K H S L
Decimal 218 24 112 0 0.89 0.49 0.15 332.78 0.8 0.47
Hex DA 18 70 0 59 31 F 14D 50 2F
Octal 332 30 160 0 131 61 17 515 120 57
Binary 11011010 11000 1110000 0 1011001 110001 1111 101001101 1010000 101111

Color Harmonies of #DA1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1870

Black with #DA1870

Text Example


Text Example

White with #DA1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1870; }

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

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

background-color css

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

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

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

border-color css

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

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

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