Html Css Color HEX #D6136A Ruby

📋 copy color: '#D6136A'

red 214 ◦ green 19 ◦ blue 106

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

Shades of Ruby #D6136A

Tints of Ruby #D6136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 63.13%
G = 5.6%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6136A (or 0xD6136A) is known color: Ruby. HEX triplet: D6, 13 and 6A. RGB value is (214,19,106). Sum of RGB (Red+Green+Blue) = 214+19+106=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6136A is #29EC95. Grayscale: #575757. Windows color (decimal): -2747542 or 6951894. OLE color: 6951894.

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

Color convert

RGB 214 19 106 -
CMYK 0 0.91 0.50 0.16
HSL 333.23º 0.84% 0.46% -
HSV(B) 333.23º 0.91% 0.84% -
XYZ 30.57 15.8 15.07 -
YUV 87.22 138.6 218.43 -
System Red Green Blue C M Y K H S L
Decimal 214 19 106 0 0.91 0.50 0.16 333.23 0.84 0.46
Hex D6 13 6A 0 5B 32 10 14D 54 2E
Octal 326 23 152 0 133 62 20 515 124 56
Binary 11010110 10011 1101010 0 1011011 110010 10000 101001101 1010100 101110

Color Harmonies of #D6136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6136A

Black with #D6136A

Text Example


Text Example

White with #D6136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6136A; }

 p { color: rgb(214,19,106); }

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

background-color css

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

 a { background-color: rgb(214,19,106); }

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

border-color css

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

 span { border-color: rgb(214,19,106); }

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