Html Css Color HEX #D3115A Ruby

📋 copy color: '#D3115A'

red 211 ◦ green 17 ◦ blue 90

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

Shades of Ruby #D3115A

Tints of Ruby #D3115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 66.35%
G = 5.35%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3115A (or 0xD3115A) is known color: Ruby. HEX triplet: D3, 11 and 5A. RGB value is (211,17,90). Sum of RGB (Red+Green+Blue) = 211+17+90=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D3115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3115A is #2CEEA5. Grayscale: #535353. Windows color (decimal): -2944678 or 5902803. OLE color: 5902803.

HSL color Cylindrical-coordinate representation of color #D3115A: hue angle of 337.42º 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 #D3115A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 17 90 -
CMYK 0 0.92 0.57 0.17
HSL 337.42º 0.85% 0.45% -
HSV(B) 337.42º 0.92% 0.83% -
XYZ 28.91 14.99 11.04 -
YUV 83.33 131.77 219.06 -
System Red Green Blue C M Y K H S L
Decimal 211 17 90 0 0.92 0.57 0.17 337.42 0.85 0.45
Hex D3 11 5A 0 5C 39 11 151 55 2D
Octal 323 21 132 0 134 71 21 521 125 55
Binary 11010011 10001 1011010 0 1011100 111001 10001 101010001 1010101 101101

Color Harmonies of #D3115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3115A

Black with #D3115A

Text Example


Text Example

White with #D3115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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