Html Css Color HEX #DA1073 Ruby

📋 copy color: '#DA1073'

red 218 ◦ green 16 ◦ blue 115

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

Shades of Ruby #DA1073

Tints of Ruby #DA1073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.58%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 62.46%
G = 4.58%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA1073 (or 0xDA1073) is known color: Ruby. HEX triplet: DA, 10 and 73. RGB value is (218,16,115). Sum of RGB (Red+Green+Blue) = 218+16+115=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1073 is #25EF8C. Grayscale: #575757. Windows color (decimal): -2486157 or 7540954. OLE color: 7540954.

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

Color convert

RGB 218 16 115 -
CMYK 0 0.93 0.47 0.15
HSL 330.59º 0.86% 0.46% -
HSV(B) 330.59º 0.93% 0.85% -
XYZ 32.19 16.51 17.71 -
YUV 87.68 143.42 220.95 -
System Red Green Blue C M Y K H S L
Decimal 218 16 115 0 0.93 0.47 0.15 330.59 0.86 0.46
Hex DA 10 73 0 5D 2F F 14B 56 2E
Octal 332 20 163 0 135 57 17 513 126 56
Binary 11011010 10000 1110011 0 1011101 101111 1111 101001011 1010110 101110

Color Harmonies of #DA1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1073

Black with #DA1073

Text Example


Text Example

White with #DA1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1073; }

 p { color: rgb(218,16,115); }

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

background-color css

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

 a { background-color: rgb(218,16,115); }

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

border-color css

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

 span { border-color: rgb(218,16,115); }

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