Html Css Color HEX #D6085F Ruby

📋 copy color: '#D6085F'

red 214 ◦ green 8 ◦ blue 95

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

Shades of Ruby #D6085F

Tints of Ruby #D6085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 67.51%
G = 2.52%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6085F (or 0xD6085F) is known color: Ruby. HEX triplet: D6, 08 and 5F. RGB value is (214,8,95). Sum of RGB (Red+Green+Blue) = 214+8+95=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D6085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6085F is #29F7A0. Grayscale: #4F4F4F. Windows color (decimal): -2750369 or 6228182. OLE color: 6228182.

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

Color convert

RGB 214 8 95 -
CMYK 0 0.96 0.56 0.16
HSL 334.66º 0.93% 0.44% -
HSV(B) 334.66º 0.96% 0.84% -
XYZ 29.88 15.3 12.2 -
YUV 79.51 136.75 223.93 -
System Red Green Blue C M Y K H S L
Decimal 214 8 95 0 0.96 0.56 0.16 334.66 0.93 0.44
Hex D6 8 5F 0 60 38 10 14F 5D 2C
Octal 326 10 137 0 140 70 20 517 135 54
Binary 11010110 1000 1011111 0 1100000 111000 10000 101001111 1011101 101100

Color Harmonies of #D6085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6085F

Black with #D6085F

Text Example


Text Example

White with #D6085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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