Html Css Color HEX #DA105D Ruby

📋 copy color: '#DA105D'

red 218 ◦ green 16 ◦ blue 93

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

Shades of Ruby #DA105D

Tints of Ruby #DA105D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 66.67%
G = 4.89%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA105D (or 0xDA105D) is known color: Ruby. HEX triplet: DA, 10 and 5D. RGB value is (218,16,93). Sum of RGB (Red+Green+Blue) = 218+16+93=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA105D is #25EFA2. Grayscale: #555555. Windows color (decimal): -2486179 or 6099162. OLE color: 6099162.

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

Color convert

RGB 218 16 93 -
CMYK 0 0.93 0.57 0.15
HSL 337.13º 0.86% 0.46% -
HSV(B) 337.13º 0.93% 0.85% -
XYZ 31.07 16.07 11.82 -
YUV 85.18 132.42 222.74 -
System Red Green Blue C M Y K H S L
Decimal 218 16 93 0 0.93 0.57 0.15 337.13 0.86 0.46
Hex DA 10 5D 0 5D 39 F 151 56 2E
Octal 332 20 135 0 135 71 17 521 126 56
Binary 11011010 10000 1011101 0 1011101 111001 1111 101010001 1010110 101110

Color Harmonies of #DA105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA105D

Black with #DA105D

Text Example


Text Example

White with #DA105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA105D; }

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

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

background-color css

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

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

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

border-color css

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

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

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