Html Css Color HEX #D8165D Ruby

📋 copy color: '#D8165D'

red 216 ◦ green 22 ◦ blue 93

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

Shades of Ruby #D8165D

Tints of Ruby #D8165D

RGB

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

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

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

R = 65.26%
G = 6.65%
B = 28.1%

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

#D8165D (or 0xD8165D) is known color: Ruby. HEX triplet: D8, 16 and 5D. RGB value is (216,22,93). Sum of RGB (Red+Green+Blue) = 216+22+93=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8165D is #27E9A2. Grayscale: #585858. Windows color (decimal): -2615715 or 6100696. OLE color: 6100696.

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

Color convert

RGB 216 22 93 -
CMYK 0 0.90 0.57 0.15
HSL 338.04º 0.82% 0.47% -
HSV(B) 338.04º 0.9% 0.85% -
XYZ 30.58 15.96 11.83 -
YUV 88.1 130.77 219.23 -
System Red Green Blue C M Y K H S L
Decimal 216 22 93 0 0.90 0.57 0.15 338.04 0.82 0.47
Hex D8 16 5D 0 5A 39 F 152 52 2F
Octal 330 26 135 0 132 71 17 522 122 57
Binary 11011000 10110 1011101 0 1011010 111001 1111 101010010 1010010 101111

Color Harmonies of #D8165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8165D

Black with #D8165D

Text Example


Text Example

White with #D8165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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