Html Css Color HEX #D3145B Ruby

📋 copy color: '#D3145B'

red 211 ◦ green 20 ◦ blue 91

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

Shades of Ruby #D3145B

Tints of Ruby #D3145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 65.53%
G = 6.21%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3145B (or 0xD3145B) is known color: Ruby. HEX triplet: D3, 14 and 5B. RGB value is (211,20,91). Sum of RGB (Red+Green+Blue) = 211+20+91=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D3145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3145B is #2CEBA4. Grayscale: #555555. Windows color (decimal): -2943909 or 5969107. OLE color: 5969107.

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

Color convert

RGB 211 20 91 -
CMYK 0 0.91 0.57 0.17
HSL 337.7º 0.83% 0.45% -
HSV(B) 337.7º 0.91% 0.83% -
XYZ 29 15.1 11.28 -
YUV 85.2 131.28 217.73 -
System Red Green Blue C M Y K H S L
Decimal 211 20 91 0 0.91 0.57 0.17 337.7 0.83 0.45
Hex D3 14 5B 0 5B 39 11 152 53 2D
Octal 323 24 133 0 133 71 21 522 123 55
Binary 11010011 10100 1011011 0 1011011 111001 10001 101010010 1010011 101101

Color Harmonies of #D3145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3145B

Black with #D3145B

Text Example


Text Example

White with #D3145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3145B; }

 p { color: rgb(211,20,91); }

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

background-color css

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

 a { background-color: rgb(211,20,91); }

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

border-color css

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

 span { border-color: rgb(211,20,91); }

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