Html Css Color HEX #D6165D Ruby

📋 copy color: '#D6165D'

red 214 ◦ green 22 ◦ blue 93

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

Shades of Ruby #D6165D

Tints of Ruby #D6165D

RGB

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

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

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

R = 65.05%
G = 6.69%
B = 28.27%

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

#D6165D (or 0xD6165D) is known color: Ruby. HEX triplet: D6, 16 and 5D. RGB value is (214,22,93). Sum of RGB (Red+Green+Blue) = 214+22+93=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6165D is #29E9A2. Grayscale: #575757. Windows color (decimal): -2746787 or 6100694. OLE color: 6100694.

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

Color convert

RGB 214 22 93 -
CMYK 0 0.90 0.57 0.16
HSL 337.81º 0.81% 0.46% -
HSV(B) 337.81º 0.9% 0.84% -
XYZ 29.99 15.66 11.8 -
YUV 87.5 131.11 218.23 -
System Red Green Blue C M Y K H S L
Decimal 214 22 93 0 0.90 0.57 0.16 337.81 0.81 0.46
Hex D6 16 5D 0 5A 39 10 152 51 2E
Octal 326 26 135 0 132 71 20 522 121 56
Binary 11010110 10110 1011101 0 1011010 111001 10000 101010010 1010001 101110

Color Harmonies of #D6165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6165D

Black with #D6165D

Text Example


Text Example

White with #D6165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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