Html Css Color HEX #D7165B Ruby

📋 copy color: '#D7165B'

red 215 ◦ green 22 ◦ blue 91

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

Shades of Ruby #D7165B

Tints of Ruby #D7165B

RGB

 RED value IS 215 (84.38% from 255) = 65.55%

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

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

R = 65.55%
G = 6.71%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7165B (or 0xD7165B) is known color: Ruby. HEX triplet: D7, 16 and 5B. RGB value is (215,22,91). Sum of RGB (Red+Green+Blue) = 215+22+91=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7165B is #28E9A4. Grayscale: #575757. Windows color (decimal): -2681253 or 5969623. OLE color: 5969623.

HSL color Cylindrical-coordinate representation of color #D7165B: hue angle of 338.55º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7165B is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 91 -
CMYK 0 0.90 0.58 0.16
HSL 338.55º 0.81% 0.46% -
HSV(B) 338.55º 0.9% 0.84% -
XYZ 30.2 15.78 11.35 -
YUV 87.57 129.94 218.89 -
System Red Green Blue C M Y K H S L
Decimal 215 22 91 0 0.90 0.58 0.16 338.55 0.81 0.46
Hex D7 16 5B 0 5A 3A 10 153 51 2E
Octal 327 26 133 0 132 72 20 523 121 56
Binary 11010111 10110 1011011 0 1011010 111010 10000 101010011 1010001 101110

Color Harmonies of #D7165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7165B

Black with #D7165B

Text Example


Text Example

White with #D7165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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