Html Css Color HEX #D6105F Ruby

📋 copy color: '#D6105F'

red 214 ◦ green 16 ◦ blue 95

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

Shades of Ruby #D6105F

Tints of Ruby #D6105F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 65.85%
G = 4.92%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6105F (or 0xD6105F) is known color: Ruby. HEX triplet: D6, 10 and 5F. RGB value is (214,16,95). Sum of RGB (Red+Green+Blue) = 214+16+95=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6105F is #29EFA0. Grayscale: #545454. Windows color (decimal): -2748321 or 6230230. OLE color: 6230230.

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

Color convert

RGB 214 16 95 -
CMYK 0 0.93 0.56 0.16
HSL 336.06º 0.86% 0.45% -
HSV(B) 336.06º 0.93% 0.84% -
XYZ 29.98 15.49 12.24 -
YUV 84.21 134.1 220.58 -
System Red Green Blue C M Y K H S L
Decimal 214 16 95 0 0.93 0.56 0.16 336.06 0.86 0.45
Hex D6 10 5F 0 5D 38 10 150 56 2D
Octal 326 20 137 0 135 70 20 520 126 55
Binary 11010110 10000 1011111 0 1011101 111000 10000 101010000 1010110 101101

Color Harmonies of #D6105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6105F

Black with #D6105F

Text Example


Text Example

White with #D6105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6105F; }

 p { color: rgb(214,16,95); }

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

background-color css

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

 a { background-color: rgb(214,16,95); }

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

border-color css

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

 span { border-color: rgb(214,16,95); }

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