Html Css Color HEX #D3086E Ruby

📋 copy color: '#D3086E'

red 211 ◦ green 8 ◦ blue 110

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

Shades of Ruby #D3086E

Tints of Ruby #D3086E

RGB

 RED value IS 211 (82.81% from 255) = 64.13%

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 64.13%
G = 2.43%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3086E (or 0xD3086E) is known color: Ruby. HEX triplet: D3, 08 and 6E. RGB value is (211,8,110). Sum of RGB (Red+Green+Blue) = 211+8+110=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D3086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3086E is #2CF791. Grayscale: #505050. Windows color (decimal): -2946962 or 7211219. OLE color: 7211219.

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

Color convert

RGB 211 8 110 -
CMYK 0 0.96 0.48 0.17
HSL 329.85º 0.93% 0.43% -
HSV(B) 329.85º 0.96% 0.83% -
XYZ 29.77 15.15 16.11 -
YUV 80.33 144.75 221.21 -
System Red Green Blue C M Y K H S L
Decimal 211 8 110 0 0.96 0.48 0.17 329.85 0.93 0.43
Hex D3 8 6E 0 60 30 11 14A 5D 2B
Octal 323 10 156 0 140 60 21 512 135 53
Binary 11010011 1000 1101110 0 1100000 110000 10001 101001010 1011101 101011

Color Harmonies of #D3086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3086E

Black with #D3086E

Text Example


Text Example

White with #D3086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3086E; }

 p { color: rgb(211,8,110); }

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

background-color css

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

 a { background-color: rgb(211,8,110); }

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

border-color css

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

 span { border-color: rgb(211,8,110); }

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