Html Css Color HEX #DA1464 Ruby

📋 copy color: '#DA1464'

red 218 ◦ green 20 ◦ blue 100

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

Shades of Ruby #DA1464

Tints of Ruby #DA1464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 64.5%
G = 5.92%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA1464 (or 0xDA1464) is known color: Ruby. HEX triplet: DA, 14 and 64. RGB value is (218,20,100). Sum of RGB (Red+Green+Blue) = 218+20+100=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1464 is #25EB9B. Grayscale: #585858. Windows color (decimal): -2485148 or 6558938. OLE color: 6558938.

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

Color convert

RGB 218 20 100 -
CMYK 0 0.91 0.54 0.15
HSL 335.76º 0.83% 0.47% -
HSV(B) 335.76º 0.91% 0.85% -
XYZ 31.46 16.33 13.55 -
YUV 88.32 134.6 220.5 -
System Red Green Blue C M Y K H S L
Decimal 218 20 100 0 0.91 0.54 0.15 335.76 0.83 0.47
Hex DA 14 64 0 5B 36 F 150 53 2F
Octal 332 24 144 0 133 66 17 520 123 57
Binary 11011010 10100 1100100 0 1011011 110110 1111 101010000 1010011 101111

Color Harmonies of #DA1464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1464

Black with #DA1464

Text Example


Text Example

White with #DA1464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1464; }

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

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

background-color css

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

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

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

border-color css

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

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

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