Html Css Color HEX #D61F5E Ruby

📋 copy color: '#D61F5E'

red 214 ◦ green 31 ◦ blue 94

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

Shades of Ruby #D61F5E

Tints of Ruby #D61F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.14%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 63.13%
G = 9.14%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D61F5E (or 0xD61F5E) is known color: Ruby. HEX triplet: D6, 1F and 5E. RGB value is (214,31,94). Sum of RGB (Red+Green+Blue) = 214+31+94=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F5E is #29E0A1. Grayscale: #5C5C5C. Windows color (decimal): -2744482 or 6168534. OLE color: 6168534.

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

Color convert

RGB 214 31 94 -
CMYK 0 0.86 0.56 0.16
HSL 339.34º 0.75% 0.48% -
HSV(B) 339.34º 0.86% 0.84% -
XYZ 30.24 16.08 12.1 -
YUV 92.9 128.63 214.38 -
System Red Green Blue C M Y K H S L
Decimal 214 31 94 0 0.86 0.56 0.16 339.34 0.75 0.48
Hex D6 1F 5E 0 56 38 10 153 4B 30
Octal 326 37 136 0 126 70 20 523 113 60
Binary 11010110 11111 1011110 0 1010110 111000 10000 101010011 1001011 110000

Color Harmonies of #D61F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F5E

Black with #D61F5E

Text Example


Text Example

White with #D61F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F5E; }

 p { color: rgb(214,31,94); }

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

background-color css

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

 a { background-color: rgb(214,31,94); }

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

border-color css

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

 span { border-color: rgb(214,31,94); }

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