Html Css Color HEX #DA1769 Ruby

📋 copy color: '#DA1769'

red 218 ◦ green 23 ◦ blue 105

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

Shades of Ruby #DA1769

Tints of Ruby #DA1769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

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

R = 63.01%
G = 6.65%
B = 30.35%

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

#DA1769 (or 0xDA1769) is known color: Ruby. HEX triplet: DA, 17 and 69. RGB value is (218,23,105). Sum of RGB (Red+Green+Blue) = 218+23+105=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1769 is #25E896. Grayscale: #5A5A5A. Windows color (decimal): -2484375 or 6887386. OLE color: 6887386.

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

Color convert

RGB 218 23 105 -
CMYK 0 0.89 0.52 0.15
HSL 334.77º 0.81% 0.47% -
HSV(B) 334.77º 0.89% 0.85% -
XYZ 31.77 16.54 14.88 -
YUV 90.65 136.1 218.83 -
System Red Green Blue C M Y K H S L
Decimal 218 23 105 0 0.89 0.52 0.15 334.77 0.81 0.47
Hex DA 17 69 0 59 34 F 14F 51 2F
Octal 332 27 151 0 131 64 17 517 121 57
Binary 11011010 10111 1101001 0 1011001 110100 1111 101001111 1010001 101111

Color Harmonies of #DA1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1769

Black with #DA1769

Text Example


Text Example

White with #DA1769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1769; }

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

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

background-color css

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

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

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

border-color css

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

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

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