Html Css Color HEX #DA1671 Ruby

📋 copy color: '#DA1671'

red 218 ◦ green 22 ◦ blue 113

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

Shades of Ruby #DA1671

Tints of Ruby #DA1671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.01%

R = 61.76%
G = 6.23%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA1671 (or 0xDA1671) is known color: Ruby. HEX triplet: DA, 16 and 71. RGB value is (218,22,113). Sum of RGB (Red+Green+Blue) = 218+22+113=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1671 is #25E98E. Grayscale: #5A5A5A. Windows color (decimal): -2484623 or 7411418. OLE color: 7411418.

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

Color convert

RGB 218 22 113 -
CMYK 0 0.90 0.48 0.15
HSL 332.14º 0.82% 0.47% -
HSV(B) 332.14º 0.9% 0.85% -
XYZ 32.18 16.67 17.14 -
YUV 90.98 140.43 218.6 -
System Red Green Blue C M Y K H S L
Decimal 218 22 113 0 0.90 0.48 0.15 332.14 0.82 0.47
Hex DA 16 71 0 5A 30 F 14C 52 2F
Octal 332 26 161 0 132 60 17 514 122 57
Binary 11011010 10110 1110001 0 1011010 110000 1111 101001100 1010010 101111

Color Harmonies of #DA1671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1671

Black with #DA1671

Text Example


Text Example

White with #DA1671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1671; }

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

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

background-color css

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

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

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

border-color css

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

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

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