Html Css Color HEX #D8165B Ruby

📋 copy color: '#D8165B'

red 216 ◦ green 22 ◦ blue 91

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

Shades of Ruby #D8165B

Tints of Ruby #D8165B

RGB

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

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

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

R = 65.65%
G = 6.69%
B = 27.66%

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

#D8165B (or 0xD8165B) is known color: Ruby. HEX triplet: D8, 16 and 5B. RGB value is (216,22,91). Sum of RGB (Red+Green+Blue) = 216+22+91=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8165B is #27E9A4. Grayscale: #575757. Windows color (decimal): -2615717 or 5969624. OLE color: 5969624.

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

Color convert

RGB 216 22 91 -
CMYK 0 0.90 0.58 0.15
HSL 338.66º 0.82% 0.47% -
HSV(B) 338.66º 0.9% 0.85% -
XYZ 30.49 15.93 11.36 -
YUV 87.87 129.77 219.39 -
System Red Green Blue C M Y K H S L
Decimal 216 22 91 0 0.90 0.58 0.15 338.66 0.82 0.47
Hex D8 16 5B 0 5A 3A F 153 52 2F
Octal 330 26 133 0 132 72 17 523 122 57
Binary 11011000 10110 1011011 0 1011010 111010 1111 101010011 1010010 101111

Color Harmonies of #D8165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8165B

Black with #D8165B

Text Example


Text Example

White with #D8165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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