Html Css Color HEX #D6126B Ruby

📋 copy color: '#D6126B'

red 214 ◦ green 18 ◦ blue 107

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

Shades of Ruby #D6126B

Tints of Ruby #D6126B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.31%

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 63.13%
G = 5.31%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6126B (or 0xD6126B) is known color: Ruby. HEX triplet: D6, 12 and 6B. RGB value is (214,18,107). Sum of RGB (Red+Green+Blue) = 214+18+107=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6126B is #29ED94. Grayscale: #565656. Windows color (decimal): -2747797 or 7017174. OLE color: 7017174.

HSL color Cylindrical-coordinate representation of color #D6126B: hue angle of 332.76º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6126B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 107 -
CMYK 0 0.92 0.50 0.16
HSL 332.76º 0.84% 0.45% -
HSV(B) 332.76º 0.92% 0.84% -
XYZ 30.6 15.79 15.34 -
YUV 86.75 139.43 218.76 -
System Red Green Blue C M Y K H S L
Decimal 214 18 107 0 0.92 0.50 0.16 332.76 0.84 0.45
Hex D6 12 6B 0 5C 32 10 14D 54 2D
Octal 326 22 153 0 134 62 20 515 124 55
Binary 11010110 10010 1101011 0 1011100 110010 10000 101001101 1010100 101101

Color Harmonies of #D6126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6126B

Black with #D6126B

Text Example


Text Example

White with #D6126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6126B; }

 p { color: rgb(214,18,107); }

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

background-color css

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

 a { background-color: rgb(214,18,107); }

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

border-color css

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

 span { border-color: rgb(214,18,107); }

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