Html Css Color HEX #DA0961 Ruby

📋 copy color: '#DA0961'

red 218 ◦ green 9 ◦ blue 97

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

Shades of Ruby #DA0961

Tints of Ruby #DA0961

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.78%

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

R = 67.28%
G = 2.78%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA0961 (or 0xDA0961) is known color: Ruby. HEX triplet: DA, 09 and 61. RGB value is (218,9,97). Sum of RGB (Red+Green+Blue) = 218+9+97=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0961 is #25F69E. Grayscale: #515151. Windows color (decimal): -2487967 or 6359514. OLE color: 6359514.

HSL color Cylindrical-coordinate representation of color #DA0961: hue angle of 334.74º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0961 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 97 -
CMYK 0 0.96 0.56 0.15
HSL 334.74º 0.92% 0.45% -
HSV(B) 334.74º 0.96% 0.85% -
XYZ 31.17 15.96 12.75 -
YUV 81.52 136.74 225.34 -
System Red Green Blue C M Y K H S L
Decimal 218 9 97 0 0.96 0.56 0.15 334.74 0.92 0.45
Hex DA 9 61 0 60 38 F 14F 5C 2D
Octal 332 11 141 0 140 70 17 517 134 55
Binary 11011010 1001 1100001 0 1100000 111000 1111 101001111 1011100 101101

Color Harmonies of #DA0961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0961

Black with #DA0961

Text Example


Text Example

White with #DA0961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0961; }

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

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

background-color css

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

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

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

border-color css

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

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

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