Html Css Color HEX #DA1970 Ruby

📋 copy color: '#DA1970'

red 218 ◦ green 25 ◦ blue 112

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

Shades of Ruby #DA1970

Tints of Ruby #DA1970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

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

R = 61.41%
G = 7.04%
B = 31.55%

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

#DA1970 (or 0xDA1970) is known color: Ruby. HEX triplet: DA, 19 and 70. RGB value is (218,25,112). Sum of RGB (Red+Green+Blue) = 218+25+112=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1970 is #25E68F. Grayscale: #5C5C5C. Windows color (decimal): -2483856 or 7346650. OLE color: 7346650.

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

Color convert

RGB 218 25 112 -
CMYK 0 0.89 0.49 0.15
HSL 332.95º 0.79% 0.48% -
HSV(B) 332.95º 0.89% 0.85% -
XYZ 32.19 16.77 16.87 -
YUV 92.63 138.94 217.43 -
System Red Green Blue C M Y K H S L
Decimal 218 25 112 0 0.89 0.49 0.15 332.95 0.79 0.48
Hex DA 19 70 0 59 31 F 14D 4F 30
Octal 332 31 160 0 131 61 17 515 117 60
Binary 11011010 11001 1110000 0 1011001 110001 1111 101001101 1001111 110000

Color Harmonies of #DA1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1970

Black with #DA1970

Text Example


Text Example

White with #DA1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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