Html Css Color HEX #DA1654 Ruby

📋 copy color: '#DA1654'

red 218 ◦ green 22 ◦ blue 84

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

Shades of Ruby #DA1654

Tints of Ruby #DA1654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.93%

R = 67.28%
G = 6.79%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA1654 (or 0xDA1654) is known color: Ruby. HEX triplet: DA, 16 and 54. RGB value is (218,22,84). Sum of RGB (Red+Green+Blue) = 218+22+84=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1654 is #25E9AB. Grayscale: #575757. Windows color (decimal): -2484652 or 5510874. OLE color: 5510874.

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

Color convert

RGB 218 22 84 -
CMYK 0 0.90 0.61 0.15
HSL 341.02º 0.82% 0.47% -
HSV(B) 341.02º 0.9% 0.85% -
XYZ 30.8 16.12 9.88 -
YUV 87.67 125.93 220.96 -
System Red Green Blue C M Y K H S L
Decimal 218 22 84 0 0.90 0.61 0.15 341.02 0.82 0.47
Hex DA 16 54 0 5A 3D F 155 52 2F
Octal 332 26 124 0 132 75 17 525 122 57
Binary 11011010 10110 1010100 0 1011010 111101 1111 101010101 1010010 101111

Color Harmonies of #DA1654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1654

Black with #DA1654

Text Example


Text Example

White with #DA1654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1654; }

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

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

background-color css

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

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

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

border-color css

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

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

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