Html Css Color HEX #DA1661 Ruby

📋 copy color: '#DA1661'

red 218 ◦ green 22 ◦ blue 97

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

Shades of Ruby #DA1661

Tints of Ruby #DA1661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.78%

R = 64.69%
G = 6.53%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA1661 (or 0xDA1661) is known color: Ruby. HEX triplet: DA, 16 and 61. RGB value is (218,22,97). Sum of RGB (Red+Green+Blue) = 218+22+97=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1661 is #25E99E. Grayscale: #595959. Windows color (decimal): -2484639 or 6362842. OLE color: 6362842.

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

Color convert

RGB 218 22 97 -
CMYK 0 0.90 0.56 0.15
HSL 337.04º 0.82% 0.47% -
HSV(B) 337.04º 0.9% 0.85% -
XYZ 31.36 16.34 12.81 -
YUV 89.15 132.43 219.9 -
System Red Green Blue C M Y K H S L
Decimal 218 22 97 0 0.90 0.56 0.15 337.04 0.82 0.47
Hex DA 16 61 0 5A 38 F 151 52 2F
Octal 332 26 141 0 132 70 17 521 122 57
Binary 11011010 10110 1100001 0 1011010 111000 1111 101010001 1010010 101111

Color Harmonies of #DA1661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1661

Black with #DA1661

Text Example


Text Example

White with #DA1661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1661; }

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

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

background-color css

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

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

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

border-color css

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

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

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