Html Css Color HEX #D8105A Ruby

📋 copy color: '#D8105A'

red 216 ◦ green 16 ◦ blue 90

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

Shades of Ruby #D8105A

Tints of Ruby #D8105A

RGB

 RED value IS 216 (84.77% from 255) = 67.08%

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 67.08%
G = 4.97%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8105A (or 0xD8105A) is known color: Ruby. HEX triplet: D8, 10 and 5A. RGB value is (216,16,90). Sum of RGB (Red+Green+Blue) = 216+16+90=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D8105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8105A is #27EFA5. Grayscale: #545454. Windows color (decimal): -2617254 or 5902552. OLE color: 5902552.

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

Color convert

RGB 216 16 90 -
CMYK 0 0.93 0.58 0.15
HSL 337.8º 0.86% 0.45% -
HSV(B) 337.8º 0.93% 0.85% -
XYZ 30.35 15.71 11.11 -
YUV 84.24 131.26 221.98 -
System Red Green Blue C M Y K H S L
Decimal 216 16 90 0 0.93 0.58 0.15 337.8 0.86 0.45
Hex D8 10 5A 0 5D 3A F 152 56 2D
Octal 330 20 132 0 135 72 17 522 126 55
Binary 11011000 10000 1011010 0 1011101 111010 1111 101010010 1010110 101101

Color Harmonies of #D8105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8105A

Black with #D8105A

Text Example


Text Example

White with #D8105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8105A; }

 p { color: rgb(216,16,90); }

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

background-color css

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

 a { background-color: rgb(216,16,90); }

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

border-color css

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

 span { border-color: rgb(216,16,90); }

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