Html Css Color HEX #D6126C Ruby

📋 copy color: '#D6126C'

red 214 ◦ green 18 ◦ blue 108

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

Shades of Ruby #D6126C

Tints of Ruby #D6126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 62.94%
G = 5.29%
B = 31.76%

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

#D6126C (or 0xD6126C) is known color: Ruby. HEX triplet: D6, 12 and 6C. RGB value is (214,18,108). Sum of RGB (Red+Green+Blue) = 214+18+108=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6126C is #29ED93. Grayscale: #565656. Windows color (decimal): -2747796 or 7082710. OLE color: 7082710.

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

Color convert

RGB 214 18 108 -
CMYK 0 0.92 0.50 0.16
HSL 332.45º 0.84% 0.45% -
HSV(B) 332.45º 0.92% 0.84% -
XYZ 30.65 15.81 15.62 -
YUV 86.86 139.93 218.68 -
System Red Green Blue C M Y K H S L
Decimal 214 18 108 0 0.92 0.50 0.16 332.45 0.84 0.45
Hex D6 12 6C 0 5C 32 10 14C 54 2D
Octal 326 22 154 0 134 62 20 514 124 55
Binary 11010110 10010 1101100 0 1011100 110010 10000 101001100 1010100 101101

Color Harmonies of #D6126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6126C

Black with #D6126C

Text Example


Text Example

White with #D6126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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