Html Css Color HEX #D61750 Ruby

📋 copy color: '#D61750'

red 214 ◦ green 23 ◦ blue 80

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

Shades of Ruby #D61750

Tints of Ruby #D61750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

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

R = 67.51%
G = 7.26%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D61750 (or 0xD61750) is known color: Ruby. HEX triplet: D6, 17 and 50. RGB value is (214,23,80). Sum of RGB (Red+Green+Blue) = 214+23+80=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D61750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61750 is #29E8AF. Grayscale: #565656. Windows color (decimal): -2746544 or 5248982. OLE color: 5248982.

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

Color convert

RGB 214 23 80 -
CMYK 0 0.89 0.63 0.16
HSL 342.09º 0.81% 0.46% -
HSV(B) 342.09º 0.89% 0.84% -
XYZ 29.49 15.49 9.02 -
YUV 86.61 124.28 218.87 -
System Red Green Blue C M Y K H S L
Decimal 214 23 80 0 0.89 0.63 0.16 342.09 0.81 0.46
Hex D6 17 50 0 59 3F 10 156 51 2E
Octal 326 27 120 0 131 77 20 526 121 56
Binary 11010110 10111 1010000 0 1011001 111111 10000 101010110 1010001 101110

Color Harmonies of #D61750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61750

Black with #D61750

Text Example


Text Example

White with #D61750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61750; }

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

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

background-color css

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

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

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

border-color css

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

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

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