Html Css Color HEX #D61050 Ruby

📋 copy color: '#D61050'

red 214 ◦ green 16 ◦ blue 80

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

Shades of Ruby #D61050

Tints of Ruby #D61050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 69.03%
G = 5.16%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D61050 (or 0xD61050) is known color: Ruby. HEX triplet: D6, 10 and 50. RGB value is (214,16,80). Sum of RGB (Red+Green+Blue) = 214+16+80=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D61050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61050 is #29EFAF. Grayscale: #525252. Windows color (decimal): -2748336 or 5247190. OLE color: 5247190.

HSL color Cylindrical-coordinate representation of color #D61050: hue angle of 340.61º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61050 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 80 -
CMYK 0 0.93 0.63 0.16
HSL 340.61º 0.86% 0.45% -
HSV(B) 340.61º 0.93% 0.84% -
XYZ 29.36 15.25 8.98 -
YUV 82.5 126.6 221.8 -
System Red Green Blue C M Y K H S L
Decimal 214 16 80 0 0.93 0.63 0.16 340.61 0.86 0.45
Hex D6 10 50 0 5D 3F 10 155 56 2D
Octal 326 20 120 0 135 77 20 525 126 55
Binary 11010110 10000 1010000 0 1011101 111111 10000 101010101 1010110 101101

Color Harmonies of #D61050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61050

Black with #D61050

Text Example


Text Example

White with #D61050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61050; }

 p { color: rgb(214,16,80); }

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

background-color css

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

 a { background-color: rgb(214,16,80); }

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

border-color css

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

 span { border-color: rgb(214,16,80); }

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