Html Css Color HEX #D6186A Ruby

📋 copy color: '#D6186A'

red 214 ◦ green 24 ◦ blue 106

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

Shades of Ruby #D6186A

Tints of Ruby #D6186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.98%

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

R = 62.21%
G = 6.98%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6186A (or 0xD6186A) is known color: Ruby. HEX triplet: D6, 18 and 6A. RGB value is (214,24,106). Sum of RGB (Red+Green+Blue) = 214+24+106=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6186A is #29E795. Grayscale: #5A5A5A. Windows color (decimal): -2746262 or 6953174. OLE color: 6953174.

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

Color convert

RGB 214 24 106 -
CMYK 0 0.89 0.50 0.16
HSL 334.11º 0.8% 0.47% -
HSV(B) 334.11º 0.89% 0.84% -
XYZ 30.66 15.99 15.11 -
YUV 90.16 136.95 216.33 -
System Red Green Blue C M Y K H S L
Decimal 214 24 106 0 0.89 0.50 0.16 334.11 0.8 0.47
Hex D6 18 6A 0 59 32 10 14E 50 2F
Octal 326 30 152 0 131 62 20 516 120 57
Binary 11010110 11000 1101010 0 1011001 110010 10000 101001110 1010000 101111

Color Harmonies of #D6186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6186A

Black with #D6186A

Text Example


Text Example

White with #D6186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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