Html Css Color HEX #D3115F Ruby

📋 copy color: '#D3115F'

red 211 ◦ green 17 ◦ blue 95

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

Shades of Ruby #D3115F

Tints of Ruby #D3115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.26%

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

R = 65.33%
G = 5.26%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3115F (or 0xD3115F) is known color: Ruby. HEX triplet: D3, 11 and 5F. RGB value is (211,17,95). Sum of RGB (Red+Green+Blue) = 211+17+95=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3115F is #2CEEA0. Grayscale: #535353. Windows color (decimal): -2944673 or 6230483. OLE color: 6230483.

HSL color Cylindrical-coordinate representation of color #D3115F: hue angle of 335.88º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3115F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 17 95 -
CMYK 0 0.92 0.55 0.17
HSL 335.88º 0.85% 0.45% -
HSV(B) 335.88º 0.92% 0.83% -
XYZ 29.13 15.08 12.2 -
YUV 83.9 134.27 218.66 -
System Red Green Blue C M Y K H S L
Decimal 211 17 95 0 0.92 0.55 0.17 335.88 0.85 0.45
Hex D3 11 5F 0 5C 37 11 150 55 2D
Octal 323 21 137 0 134 67 21 520 125 55
Binary 11010011 10001 1011111 0 1011100 110111 10001 101010000 1010101 101101

Color Harmonies of #D3115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3115F

Black with #D3115F

Text Example


Text Example

White with #D3115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3115F; }

 p { color: rgb(211,17,95); }

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

background-color css

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

 a { background-color: rgb(211,17,95); }

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

border-color css

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

 span { border-color: rgb(211,17,95); }

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