Html Css Color HEX #D6165B Ruby

📋 copy color: '#D6165B'

red 214 ◦ green 22 ◦ blue 91

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

Shades of Ruby #D6165B

Tints of Ruby #D6165B

RGB

 RED value IS 214 (83.98% from 255) = 65.44%

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

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

R = 65.44%
G = 6.73%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6165B (or 0xD6165B) is known color: Ruby. HEX triplet: D6, 16 and 5B. RGB value is (214,22,91). Sum of RGB (Red+Green+Blue) = 214+22+91=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6165B is #29E9A4. Grayscale: #575757. Windows color (decimal): -2746789 or 5969622. OLE color: 5969622.

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

Color convert

RGB 214 22 91 -
CMYK 0 0.90 0.57 0.16
HSL 338.44º 0.81% 0.46% -
HSV(B) 338.44º 0.9% 0.84% -
XYZ 29.91 15.63 11.34 -
YUV 87.27 130.11 218.39 -
System Red Green Blue C M Y K H S L
Decimal 214 22 91 0 0.90 0.57 0.16 338.44 0.81 0.46
Hex D6 16 5B 0 5A 39 10 152 51 2E
Octal 326 26 133 0 132 71 20 522 121 56
Binary 11010110 10110 1011011 0 1011010 111001 10000 101010010 1010001 101110

Color Harmonies of #D6165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6165B

Black with #D6165B

Text Example


Text Example

White with #D6165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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