Html Css Color HEX #D6136D Ruby

📋 copy color: '#D6136D'

red 214 ◦ green 19 ◦ blue 109

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

Shades of Ruby #D6136D

Tints of Ruby #D6136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 62.57%
G = 5.56%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6136D (or 0xD6136D) is known color: Ruby. HEX triplet: D6, 13 and 6D. RGB value is (214,19,109). Sum of RGB (Red+Green+Blue) = 214+19+109=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6136D is #29EC92. Grayscale: #575757. Windows color (decimal): -2747539 or 7148502. OLE color: 7148502.

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

Color convert

RGB 214 19 109 -
CMYK 0 0.91 0.49 0.16
HSL 332.31º 0.84% 0.46% -
HSV(B) 332.31º 0.91% 0.84% -
XYZ 30.72 15.87 15.91 -
YUV 87.57 140.1 218.18 -
System Red Green Blue C M Y K H S L
Decimal 214 19 109 0 0.91 0.49 0.16 332.31 0.84 0.46
Hex D6 13 6D 0 5B 31 10 14C 54 2E
Octal 326 23 155 0 133 61 20 514 124 56
Binary 11010110 10011 1101101 0 1011011 110001 10000 101001100 1010100 101110

Color Harmonies of #D6136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6136D

Black with #D6136D

Text Example


Text Example

White with #D6136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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