Html Css Color HEX #D61B59 Ruby

📋 copy color: '#D61B59'

red 214 ◦ green 27 ◦ blue 89

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

Shades of Ruby #D61B59

Tints of Ruby #D61B59

RGB

 RED value IS 214 (83.98% from 255) = 64.85%

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

 BLUE value IS 89 (35.16% from 255) = 26.97%

R = 64.85%
G = 8.18%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D61B59 (or 0xD61B59) is known color: Ruby. HEX triplet: D6, 1B and 59. RGB value is (214,27,89). Sum of RGB (Red+Green+Blue) = 214+27+89=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B59 is #29E4A6. Grayscale: #595959. Windows color (decimal): -2745511 or 5839830. OLE color: 5839830.

HSL color Cylindrical-coordinate representation of color #D61B59: hue angle of 340.11º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B59 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 27 89 -
CMYK 0 0.87 0.58 0.16
HSL 340.11º 0.78% 0.47% -
HSV(B) 340.11º 0.87% 0.84% -
XYZ 29.93 15.8 10.92 -
YUV 89.98 127.45 216.46 -
System Red Green Blue C M Y K H S L
Decimal 214 27 89 0 0.87 0.58 0.16 340.11 0.78 0.47
Hex D6 1B 59 0 57 3A 10 154 4E 2F
Octal 326 33 131 0 127 72 20 524 116 57
Binary 11010110 11011 1011001 0 1010111 111010 10000 101010100 1001110 101111

Color Harmonies of #D61B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B59

Black with #D61B59

Text Example


Text Example

White with #D61B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B59; }

 p { color: rgb(214,27,89); }

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

background-color css

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

 a { background-color: rgb(214,27,89); }

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

border-color css

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

 span { border-color: rgb(214,27,89); }

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