Html Css Color HEX #D31B6B Ruby

📋 copy color: '#D31B6B'

red 211 ◦ green 27 ◦ blue 107

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

Shades of Ruby #D31B6B

Tints of Ruby #D31B6B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.83%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 61.16%
G = 7.83%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D31B6B (or 0xD31B6B) is known color: Ruby. HEX triplet: D3, 1B and 6B. RGB value is (211,27,107). Sum of RGB (Red+Green+Blue) = 211+27+107=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31B6B is #2CE494. Grayscale: #5A5A5A. Windows color (decimal): -2942101 or 7019475. OLE color: 7019475.

HSL color Cylindrical-coordinate representation of color #D31B6B: hue angle of 333.91º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31B6B is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 27 107 -
CMYK 0 0.87 0.49 0.17
HSL 333.91º 0.77% 0.47% -
HSV(B) 333.91º 0.87% 0.83% -
XYZ 29.91 15.69 15.36 -
YUV 91.14 136.96 213.5 -
System Red Green Blue C M Y K H S L
Decimal 211 27 107 0 0.87 0.49 0.17 333.91 0.77 0.47
Hex D3 1B 6B 0 57 31 11 14E 4D 2F
Octal 323 33 153 0 127 61 21 516 115 57
Binary 11010011 11011 1101011 0 1010111 110001 10001 101001110 1001101 101111

Color Harmonies of #D31B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31B6B

Black with #D31B6B

Text Example


Text Example

White with #D31B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31B6B; }

 p { color: rgb(211,27,107); }

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

background-color css

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

 a { background-color: rgb(211,27,107); }

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

border-color css

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

 span { border-color: rgb(211,27,107); }

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