Html Css Color HEX #D1085D Ruby

📋 copy color: '#D1085D'

red 209 ◦ green 8 ◦ blue 93

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

Shades of Ruby #D1085D

Tints of Ruby #D1085D

RGB

 RED value IS 209 (82.03% from 255) = 67.42%

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 67.42%
G = 2.58%
B = 30%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1085D (or 0xD1085D) is known color: Ruby. HEX triplet: D1, 08 and 5D. RGB value is (209,8,93). Sum of RGB (Red+Green+Blue) = 209+8+93=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D1085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1085D is #2EF7A2. Grayscale: #4D4D4D. Windows color (decimal): -3078051 or 6097105. OLE color: 6097105.

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

Color convert

RGB 209 8 93 -
CMYK 0 0.96 0.56 0.18
HSL 334.63º 0.93% 0.43% -
HSV(B) 334.63º 0.96% 0.82% -
XYZ 28.36 14.52 11.66 -
YUV 77.79 136.59 221.59 -
System Red Green Blue C M Y K H S L
Decimal 209 8 93 0 0.96 0.56 0.18 334.63 0.93 0.43
Hex D1 8 5D 0 60 38 12 14F 5D 2B
Octal 321 10 135 0 140 70 22 517 135 53
Binary 11010001 1000 1011101 0 1100000 111000 10010 101001111 1011101 101011

Color Harmonies of #D1085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1085D

Black with #D1085D

Text Example


Text Example

White with #D1085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1085D; }

 p { color: rgb(209,8,93); }

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

background-color css

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

 a { background-color: rgb(209,8,93); }

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

border-color css

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

 span { border-color: rgb(209,8,93); }

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