Html Css Color HEX #DA165D Ruby

📋 copy color: '#DA165D'

red 218 ◦ green 22 ◦ blue 93

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

Shades of Ruby #DA165D

Tints of Ruby #DA165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.61%

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

R = 65.47%
G = 6.61%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA165D (or 0xDA165D) is known color: Ruby. HEX triplet: DA, 16 and 5D. RGB value is (218,22,93). Sum of RGB (Red+Green+Blue) = 218+22+93=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA165D is #25E9A2. Grayscale: #585858. Windows color (decimal): -2484643 or 6100698. OLE color: 6100698.

HSL color Cylindrical-coordinate representation of color #DA165D: hue angle of 338.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA165D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 93 -
CMYK 0 0.90 0.57 0.15
HSL 338.27º 0.82% 0.47% -
HSV(B) 338.27º 0.9% 0.85% -
XYZ 31.18 16.27 11.85 -
YUV 88.7 130.43 220.23 -
System Red Green Blue C M Y K H S L
Decimal 218 22 93 0 0.90 0.57 0.15 338.27 0.82 0.47
Hex DA 16 5D 0 5A 39 F 152 52 2F
Octal 332 26 135 0 132 71 17 522 122 57
Binary 11011010 10110 1011101 0 1011010 111001 1111 101010010 1010010 101111

Color Harmonies of #DA165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA165D

Black with #DA165D

Text Example


Text Example

White with #DA165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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