Html Css Color HEX #DA1454 Ruby

📋 copy color: '#DA1454'

red 218 ◦ green 20 ◦ blue 84

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

Shades of Ruby #DA1454

Tints of Ruby #DA1454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 67.7%
G = 6.21%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA1454 (or 0xDA1454) is known color: Ruby. HEX triplet: DA, 14 and 54. RGB value is (218,20,84). Sum of RGB (Red+Green+Blue) = 218+20+84=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1454 is #25EBAB. Grayscale: #565656. Windows color (decimal): -2485164 or 5510362. OLE color: 5510362.

HSL color Cylindrical-coordinate representation of color #DA1454: hue angle of 340.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1454 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 84 -
CMYK 0 0.91 0.61 0.15
HSL 340.61º 0.83% 0.47% -
HSV(B) 340.61º 0.91% 0.85% -
XYZ 30.76 16.05 9.86 -
YUV 86.5 126.6 221.8 -
System Red Green Blue C M Y K H S L
Decimal 218 20 84 0 0.91 0.61 0.15 340.61 0.83 0.47
Hex DA 14 54 0 5B 3D F 155 53 2F
Octal 332 24 124 0 133 75 17 525 123 57
Binary 11011010 10100 1010100 0 1011011 111101 1111 101010101 1010011 101111

Color Harmonies of #DA1454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1454

Black with #DA1454

Text Example


Text Example

White with #DA1454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1454; }

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

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

background-color css

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

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

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

border-color css

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

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

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