Html Css Color HEX #DA1650 Ruby

📋 copy color: '#DA1650'

red 218 ◦ green 22 ◦ blue 80

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

Shades of Ruby #DA1650

Tints of Ruby #DA1650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25%

R = 68.13%
G = 6.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA1650 (or 0xDA1650) is known color: Ruby. HEX triplet: DA, 16 and 50. RGB value is (218,22,80). Sum of RGB (Red+Green+Blue) = 218+22+80=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1650 is #25E9AF. Grayscale: #575757. Windows color (decimal): -2484656 or 5248730. OLE color: 5248730.

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

Color convert

RGB 218 22 80 -
CMYK 0 0.90 0.63 0.15
HSL 342.24º 0.82% 0.47% -
HSV(B) 342.24º 0.9% 0.85% -
XYZ 30.65 16.06 9.07 -
YUV 87.22 123.93 221.28 -
System Red Green Blue C M Y K H S L
Decimal 218 22 80 0 0.90 0.63 0.15 342.24 0.82 0.47
Hex DA 16 50 0 5A 3F F 156 52 2F
Octal 332 26 120 0 132 77 17 526 122 57
Binary 11011010 10110 1010000 0 1011010 111111 1111 101010110 1010010 101111

Color Harmonies of #DA1650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1650

Black with #DA1650

Text Example


Text Example

White with #DA1650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1650; }

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

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

background-color css

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

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

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

border-color css

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

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

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