Html Css Color HEX #D8165E Ruby

📋 copy color: '#D8165E'

red 216 ◦ green 22 ◦ blue 94

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

Shades of Ruby #D8165E

Tints of Ruby #D8165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 65.06%
G = 6.63%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8165E (or 0xD8165E) is known color: Ruby. HEX triplet: D8, 16 and 5E. RGB value is (216,22,94). Sum of RGB (Red+Green+Blue) = 216+22+94=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8165E is #27E9A1. Grayscale: #585858. Windows color (decimal): -2615714 or 6166232. OLE color: 6166232.

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

Color convert

RGB 216 22 94 -
CMYK 0 0.90 0.56 0.15
HSL 337.73º 0.82% 0.47% -
HSV(B) 337.73º 0.9% 0.85% -
XYZ 30.63 15.98 12.06 -
YUV 88.21 131.27 219.15 -
System Red Green Blue C M Y K H S L
Decimal 216 22 94 0 0.90 0.56 0.15 337.73 0.82 0.47
Hex D8 16 5E 0 5A 38 F 152 52 2F
Octal 330 26 136 0 132 70 17 522 122 57
Binary 11011000 10110 1011110 0 1011010 111000 1111 101010010 1010010 101111

Color Harmonies of #D8165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8165E

Black with #D8165E

Text Example


Text Example

White with #D8165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8165E; }

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

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

background-color css

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

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

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

border-color css

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

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

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