Html Css Color HEX #DA1461 Ruby

📋 copy color: '#DA1461'

red 218 ◦ green 20 ◦ blue 97

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

Shades of Ruby #DA1461

Tints of Ruby #DA1461

RGB

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

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

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

R = 65.07%
G = 5.97%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA1461 (or 0xDA1461) is known color: Ruby. HEX triplet: DA, 14 and 61. RGB value is (218,20,97). Sum of RGB (Red+Green+Blue) = 218+20+97=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1461 is #25EB9E. Grayscale: #575757. Windows color (decimal): -2485151 or 6362330. OLE color: 6362330.

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

Color convert

RGB 218 20 97 -
CMYK 0 0.91 0.56 0.15
HSL 336.67º 0.83% 0.47% -
HSV(B) 336.67º 0.91% 0.85% -
XYZ 31.32 16.27 12.8 -
YUV 87.98 133.1 220.74 -
System Red Green Blue C M Y K H S L
Decimal 218 20 97 0 0.91 0.56 0.15 336.67 0.83 0.47
Hex DA 14 61 0 5B 38 F 151 53 2F
Octal 332 24 141 0 133 70 17 521 123 57
Binary 11011010 10100 1100001 0 1011011 111000 1111 101010001 1010011 101111

Color Harmonies of #DA1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1461

Black with #DA1461

Text Example


Text Example

White with #DA1461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1461; }

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

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

background-color css

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

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

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

border-color css

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

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

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