Html Css Color HEX #DA1670 Ruby

📋 copy color: '#DA1670'

red 218 ◦ green 22 ◦ blue 112

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

Shades of Ruby #DA1670

Tints of Ruby #DA1670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.25%

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

R = 61.93%
G = 6.25%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA1670 (or 0xDA1670) is known color: Ruby. HEX triplet: DA, 16 and 70. RGB value is (218,22,112). Sum of RGB (Red+Green+Blue) = 218+22+112=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1670 is #25E98F. Grayscale: #5A5A5A. Windows color (decimal): -2484624 or 7345882. OLE color: 7345882.

HSL color Cylindrical-coordinate representation of color #DA1670: hue angle of 332.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1670 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 112 -
CMYK 0 0.90 0.49 0.15
HSL 332.45º 0.82% 0.47% -
HSV(B) 332.45º 0.9% 0.85% -
XYZ 32.12 16.65 16.85 -
YUV 90.86 139.93 218.68 -
System Red Green Blue C M Y K H S L
Decimal 218 22 112 0 0.90 0.49 0.15 332.45 0.82 0.47
Hex DA 16 70 0 5A 31 F 14C 52 2F
Octal 332 26 160 0 132 61 17 514 122 57
Binary 11011010 10110 1110000 0 1011010 110001 1111 101001100 1010010 101111

Color Harmonies of #DA1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1670

Black with #DA1670

Text Example


Text Example

White with #DA1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1670; }

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

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

background-color css

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

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

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

border-color css

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

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

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