Html Css Color HEX #DA1969 Ruby

📋 copy color: '#DA1969'

red 218 ◦ green 25 ◦ blue 105

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

Shades of Ruby #DA1969

Tints of Ruby #DA1969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 62.64%
G = 7.18%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA1969 (or 0xDA1969) is known color: Ruby. HEX triplet: DA, 19 and 69. RGB value is (218,25,105). Sum of RGB (Red+Green+Blue) = 218+25+105=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1969 is #25E696. Grayscale: #5B5B5B. Windows color (decimal): -2483863 or 6887898. OLE color: 6887898.

HSL color Cylindrical-coordinate representation of color #DA1969: hue angle of 335.13º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1969 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 105 -
CMYK 0 0.89 0.52 0.15
HSL 335.13º 0.79% 0.48% -
HSV(B) 335.13º 0.89% 0.85% -
XYZ 31.81 16.62 14.9 -
YUV 91.83 135.44 218 -
System Red Green Blue C M Y K H S L
Decimal 218 25 105 0 0.89 0.52 0.15 335.13 0.79 0.48
Hex DA 19 69 0 59 34 F 14F 4F 30
Octal 332 31 151 0 131 64 17 517 117 60
Binary 11011010 11001 1101001 0 1011001 110100 1111 101001111 1001111 110000

Color Harmonies of #DA1969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1969

Black with #DA1969

Text Example


Text Example

White with #DA1969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1969; }

 p { color: rgb(218,25,105); }

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

background-color css

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

 a { background-color: rgb(218,25,105); }

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

border-color css

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

 span { border-color: rgb(218,25,105); }

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