Html Css Color HEX #DA165B Ruby

📋 copy color: '#DA165B'

red 218 ◦ green 22 ◦ blue 91

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

Shades of Ruby #DA165B

Tints of Ruby #DA165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 65.86%
G = 6.65%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA165B (or 0xDA165B) is known color: Ruby. HEX triplet: DA, 16 and 5B. RGB value is (218,22,91). Sum of RGB (Red+Green+Blue) = 218+22+91=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA165B is #25E9A4. Grayscale: #585858. Windows color (decimal): -2484645 or 5969626. OLE color: 5969626.

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

Color convert

RGB 218 22 91 -
CMYK 0 0.90 0.58 0.15
HSL 338.88º 0.82% 0.47% -
HSV(B) 338.88º 0.9% 0.85% -
XYZ 31.09 16.23 11.39 -
YUV 88.47 129.43 220.39 -
System Red Green Blue C M Y K H S L
Decimal 218 22 91 0 0.90 0.58 0.15 338.88 0.82 0.47
Hex DA 16 5B 0 5A 3A F 153 52 2F
Octal 332 26 133 0 132 72 17 523 122 57
Binary 11011010 10110 1011011 0 1011010 111010 1111 101010011 1010010 101111

Color Harmonies of #DA165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA165B

Black with #DA165B

Text Example


Text Example

White with #DA165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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