Html Css Color HEX #D6165A Ruby

📋 copy color: '#D6165A'

red 214 ◦ green 22 ◦ blue 90

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

Shades of Ruby #D6165A

Tints of Ruby #D6165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 65.64%
G = 6.75%
B = 27.61%

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

#D6165A (or 0xD6165A) is known color: Ruby. HEX triplet: D6, 16 and 5A. RGB value is (214,22,90). Sum of RGB (Red+Green+Blue) = 214+22+90=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6165A is #29E9A5. Grayscale: #575757. Windows color (decimal): -2746790 or 5904086. OLE color: 5904086.

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

Color convert

RGB 214 22 90 -
CMYK 0 0.90 0.58 0.16
HSL 338.75º 0.81% 0.46% -
HSV(B) 338.75º 0.9% 0.84% -
XYZ 29.86 15.61 11.11 -
YUV 87.16 129.61 218.47 -
System Red Green Blue C M Y K H S L
Decimal 214 22 90 0 0.90 0.58 0.16 338.75 0.81 0.46
Hex D6 16 5A 0 5A 3A 10 153 51 2E
Octal 326 26 132 0 132 72 20 523 121 56
Binary 11010110 10110 1011010 0 1011010 111010 10000 101010011 1010001 101110

Color Harmonies of #D6165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6165A

Black with #D6165A

Text Example


Text Example

White with #D6165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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